Html Css Color HEX #0919B4 International Klein Blue

📋 copy color: '#0919B4'

red 9 ◦ green 25 ◦ blue 180

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

Shades of International Klein Blue #0919B4

Tints of International Klein Blue #0919B4

RGB

 RED value IS 9 (3.91% from 255) = 4.21%

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

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

R = 4.21%
G = 11.68%
B = 84.11%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0919B4 (or 0x0919B4) is known color: International Klein Blue. HEX triplet: 09, 19 and B4. RGB value is (9,25,180). Sum of RGB (Red+Green+Blue) = 9+25+180=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 180 (70.70% from 255 or 84.11% from 214); Max value from RGB is 180 - color contains mainly: blue. Hex color #0919B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919B4 is #F6E64B. Grayscale: #252525. Windows color (decimal): -16180812 or 11802889. OLE color: 11802889.

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

Color convert

RGB 9 25 180 -
CMYK 0.95 0.86 0 0.29
HSL 234.39º 0.9% 0.37% -
HSV(B) 234.39º 0.95% 0.71% -
XYZ 8.7 4.05 43.5 -
YUV 37.89 208.2 107.4 -
System Red Green Blue C M Y K H S L
Decimal 9 25 180 0.95 0.86 0 0.29 234.39 0.9 0.37
Hex 9 19 B4 5F 56 0 1D EA 5A 25
Octal 11 31 264 137 126 0 35 352 132 45
Binary 1001 11001 10110100 1011111 1010110 0 11101 11101010 1011010 100101

Color Harmonies of #0919B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0919B4

Black with #0919B4

Text Example


Text Example

White with #0919B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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