Html Css Color HEX #0A1BA1 International Klein Blue

📋 copy color: '#0A1BA1'

red 10 ◦ green 27 ◦ blue 161

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

Shades of International Klein Blue #0A1BA1

Tints of International Klein Blue #0A1BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 161 (63.28% from 255) = 81.31%

R = 5.05%
G = 13.64%
B = 81.31%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0A1BA1 (or 0x0A1BA1) is known color: International Klein Blue. HEX triplet: 0A, 1B and A1. RGB value is (10,27,161). Sum of RGB (Red+Green+Blue) = 10+27+161=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 161 (63.28% from 255 or 81.31% from 198); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A1BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1BA1 is #F5E45E. Grayscale: #242424. Windows color (decimal): -16114783 or 10558218. OLE color: 10558218.

HSL color Cylindrical-coordinate representation of color #0A1BA1: hue angle of 233.25º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1BA1 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 27 161 -
CMYK 0.94 0.83 0 0.37
HSL 233.25º 0.88% 0.34% -
HSV(B) 233.25º 0.94% 0.63% -
XYZ 6.95 3.42 34.01 -
YUV 37.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 10 27 161 0.94 0.83 0 0.37 233.25 0.88 0.34
Hex A 1B A1 5E 53 0 25 E9 58 22
Octal 12 33 241 136 123 0 45 351 130 42
Binary 1010 11011 10100001 1011110 1010011 0 100101 11101001 1011000 100010

Color Harmonies of #0A1BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1BA1

Black with #0A1BA1

Text Example


Text Example

White with #0A1BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,27,161); }

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

background-color css

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

 a { background-color: rgb(10,27,161); }

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

border-color css

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

 span { border-color: rgb(10,27,161); }

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