Html Css Color HEX #0A28AF International Klein Blue

📋 copy color: '#0A28AF'

red 10 ◦ green 40 ◦ blue 175

#0A28AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0A28AF

Tints of International Klein Blue #0A28AF

RGB

 RED value IS 10 (4.3% from 255) = 4.44%

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 175 (68.75% from 255) = 77.78%

R = 4.44%
G = 17.78%
B = 77.78%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A28AF (or 0x0A28AF) is known color: International Klein Blue. HEX triplet: 0A, 28 and AF. RGB value is (10,40,175). Sum of RGB (Red+Green+Blue) = 10+40+175=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A28AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A28AF is #F5D750. Grayscale: #2D2D2D. Windows color (decimal): -16111441 or 11479050. OLE color: 11479050.

HSL color Cylindrical-coordinate representation of color #0A28AF: hue angle of 229.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A28AF is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 40 175 -
CMYK 0.94 0.77 0 0.31
HSL 229.09º 0.89% 0.36% -
HSV(B) 229.09º 0.94% 0.69% -
XYZ 8.62 4.68 41.01 -
YUV 46.42 200.56 102.02 -
System Red Green Blue C M Y K H S L
Decimal 10 40 175 0.94 0.77 0 0.31 229.09 0.89 0.36
Hex A 28 AF 5E 4D 0 1F E5 59 24
Octal 12 50 257 136 115 0 37 345 131 44
Binary 1010 101000 10101111 1011110 1001101 0 11111 11100101 1011001 100100

Color Harmonies of #0A28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A28AF

Black with #0A28AF

Text Example


Text Example

White with #0A28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A28AF; }

 p { color: rgb(10,40,175); }

 H1.HeaderClassName
 {
   color: #0A28AF;
 }
 .AnyTagClassName
 {
   color: #0A28AF;
 }
</style>

background-color css

<style>
 a { background-color: #0A28AF; }

 a { background-color: rgb(10,40,175); }

 div.DivClassName
 {
   background-color: #0A28AF;
 }
 .BgClassName
 {
   background-color: #0A28AF;
 }
</style>

border-color css

<style>
 span { border-color: #0A28AF; }

 span { border-color: rgb(10,40,175); }

 td.TdClassName
 {
   border-color: #0A28AF;
 }
 .TagClassName
 {
   border-color: #0A28AF;
 }
</style>