Html Css Color HEX #0819AB International Klein Blue

📋 copy color: '#0819AB'

red 8 ◦ green 25 ◦ blue 171

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

Shades of International Klein Blue #0819AB

Tints of International Klein Blue #0819AB

RGB

 RED value IS 8 (3.52% from 255) = 3.92%

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

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

R = 3.92%
G = 12.25%
B = 83.82%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0819AB (or 0x0819AB) is known color: International Klein Blue. HEX triplet: 08, 19 and AB. RGB value is (8,25,171). Sum of RGB (Red+Green+Blue) = 8+25+171=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #0819AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0819AB is #F7E654. Grayscale: #232323. Windows color (decimal): -16246357 or 11213064. OLE color: 11213064.

HSL color Cylindrical-coordinate representation of color #0819AB: hue angle of 233.74º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0819AB is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 25 171 -
CMYK 0.95 0.85 0 0.33
HSL 233.74º 0.91% 0.35% -
HSV(B) 233.74º 0.95% 0.67% -
XYZ 7.8 3.69 38.83 -
YUV 36.56 203.87 107.63 -
System Red Green Blue C M Y K H S L
Decimal 8 25 171 0.95 0.85 0 0.33 233.74 0.91 0.35
Hex 8 19 AB 5F 55 0 21 EA 5B 23
Octal 10 31 253 137 125 0 41 352 133 43
Binary 1000 11001 10101011 1011111 1010101 0 100001 11101010 1011011 100011

Color Harmonies of #0819AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0819AB

Black with #0819AB

Text Example


Text Example

White with #0819AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0819AB; }

 p { color: rgb(8,25,171); }

 H1.HeaderClassName
 {
   color: #0819AB;
 }
 .AnyTagClassName
 {
   color: #0819AB;
 }
</style>

background-color css

<style>
 a { background-color: #0819AB; }

 a { background-color: rgb(8,25,171); }

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

border-color css

<style>
 span { border-color: #0819AB; }

 span { border-color: rgb(8,25,171); }

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