Html Css Color HEX #0119BA International Klein Blue

📋 copy color: '#0119BA'

red 1 ◦ green 25 ◦ blue 186

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

Shades of International Klein Blue #0119BA

Tints of International Klein Blue #0119BA

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 186 (73.05% from 255) = 87.74%

R = 0.47%
G = 11.79%
B = 87.74%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0119BA (or 0x0119BA) is known color: International Klein Blue. HEX triplet: 01, 19 and BA. RGB value is (1,25,186). Sum of RGB (Red+Green+Blue) = 1+25+186=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #0119BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0119BA is #FEE645. Grayscale: #232323. Windows color (decimal): -16705094 or 12196097. OLE color: 12196097.

HSL color Cylindrical-coordinate representation of color #0119BA: hue angle of 232.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0119BA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 25 186 -
CMYK 0.99 0.87 0 0.27
HSL 232.22º 0.99% 0.37% -
HSV(B) 232.22º 0.99% 0.73% -
XYZ 9.22 4.25 46.79 -
YUV 36.18 212.55 102.91 -
System Red Green Blue C M Y K H S L
Decimal 1 25 186 0.99 0.87 0 0.27 232.22 0.99 0.37
Hex 1 19 BA 63 57 0 1B E8 63 25
Octal 1 31 272 143 127 0 33 350 143 45
Binary 1 11001 10111010 1100011 1010111 0 11011 11101000 1100011 100101

Color Harmonies of #0119BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0119BA

Black with #0119BA

Text Example


Text Example

White with #0119BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0119BA; }

 p { color: rgb(1,25,186); }

 H1.HeaderClassName
 {
   color: #0119BA;
 }
 .AnyTagClassName
 {
   color: #0119BA;
 }
</style>

background-color css

<style>
 a { background-color: #0119BA; }

 a { background-color: rgb(1,25,186); }

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

border-color css

<style>
 span { border-color: #0119BA; }

 span { border-color: rgb(1,25,186); }

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