Html Css Color HEX #0A27AB International Klein Blue

📋 copy color: '#0A27AB'

red 10 ◦ green 39 ◦ blue 171

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

Shades of International Klein Blue #0A27AB

Tints of International Klein Blue #0A27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 4.55%
G = 17.73%
B = 77.73%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A27AB (or 0x0A27AB) is known color: International Klein Blue. HEX triplet: 0A, 27 and AB. RGB value is (10,39,171). Sum of RGB (Red+Green+Blue) = 10+39+171=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A27AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A27AB is #F5D854. Grayscale: #2C2C2C. Windows color (decimal): -16111701 or 11216650. OLE color: 11216650.

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

Color convert

RGB 10 39 171 -
CMYK 0.94 0.77 0 0.33
HSL 229.19º 0.89% 0.35% -
HSV(B) 229.19º 0.94% 0.67% -
XYZ 8.2 4.46 38.96 -
YUV 45.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 10 39 171 0.94 0.77 0 0.33 229.19 0.89 0.35
Hex A 27 AB 5E 4D 0 21 E5 59 23
Octal 12 47 253 136 115 0 41 345 131 43
Binary 1010 100111 10101011 1011110 1001101 0 100001 11100101 1011001 100011

Color Harmonies of #0A27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A27AB

Black with #0A27AB

Text Example


Text Example

White with #0A27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,39,171); }

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

background-color css

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

 a { background-color: rgb(10,39,171); }

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

border-color css

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

 span { border-color: rgb(10,39,171); }

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