Html Css Color HEX #0819AD International Klein Blue

📋 copy color: '#0819AD'

red 8 ◦ green 25 ◦ blue 173

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

Shades of International Klein Blue #0819AD

Tints of International Klein Blue #0819AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 83.98%

R = 3.88%
G = 12.14%
B = 83.98%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0819AD (or 0x0819AD) is known color: International Klein Blue. HEX triplet: 08, 19 and AD. RGB value is (8,25,173). Sum of RGB (Red+Green+Blue) = 8+25+173=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #0819AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0819AD is #F7E652. Grayscale: #242424. Windows color (decimal): -16246355 or 11344136. OLE color: 11344136.

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

Color convert

RGB 8 25 173 -
CMYK 0.95 0.86 0 0.32
HSL 233.82º 0.91% 0.35% -
HSV(B) 233.82º 0.95% 0.68% -
XYZ 7.99 3.76 39.84 -
YUV 36.79 204.87 107.47 -
System Red Green Blue C M Y K H S L
Decimal 8 25 173 0.95 0.86 0 0.32 233.82 0.91 0.35
Hex 8 19 AD 5F 56 0 20 EA 5B 23
Octal 10 31 255 137 126 0 40 352 133 43
Binary 1000 11001 10101101 1011111 1010110 0 100000 11101010 1011011 100011

Color Harmonies of #0819AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0819AD

Black with #0819AD

Text Example


Text Example

White with #0819AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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