Html Css Color HEX #0119B4 International Klein Blue

📋 copy color: '#0119B4'

red 1 ◦ green 25 ◦ blue 180

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

Shades of International Klein Blue #0119B4

Tints of International Klein Blue #0119B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 87.38%

R = 0.49%
G = 12.14%
B = 87.38%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0119B4 (or 0x0119B4) is known color: International Klein Blue. HEX triplet: 01, 19 and B4. RGB value is (1,25,180). Sum of RGB (Red+Green+Blue) = 1+25+180=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 180 (70.70% from 255 or 87.38% from 206); Max value from RGB is 180 - color contains mainly: blue. Hex color #0119B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0119B4 is #FEE64B. Grayscale: #222222. Windows color (decimal): -16705100 or 11802881. OLE color: 11802881.

HSL color Cylindrical-coordinate representation of color #0119B4: hue angle of 231.96º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0119B4 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 25 180 -
CMYK 0.99 0.86 0 0.29
HSL 231.96º 0.99% 0.35% -
HSV(B) 231.96º 0.99% 0.71% -
XYZ 8.6 4 43.5 -
YUV 35.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 1 25 180 0.99 0.86 0 0.29 231.96 0.99 0.35
Hex 1 19 B4 63 56 0 1D E8 63 23
Octal 1 31 264 143 126 0 35 350 143 43
Binary 1 11001 10110100 1100011 1010110 0 11101 11101000 1100011 100011

Color Harmonies of #0119B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0119B4

Black with #0119B4

Text Example


Text Example

White with #0119B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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