Html Css Color HEX #0319AB International Klein Blue

📋 copy color: '#0319AB'

red 3 ◦ green 25 ◦ blue 171

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

Shades of International Klein Blue #0319AB

Tints of International Klein Blue #0319AB

RGB

 RED value IS 3 (1.56% from 255) = 1.51%

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

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

R = 1.51%
G = 12.56%
B = 85.93%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0319AB (or 0x0319AB) is known color: International Klein Blue. HEX triplet: 03, 19 and AB. RGB value is (3,25,171). Sum of RGB (Red+Green+Blue) = 3+25+171=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #0319AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0319AB is #FCE654. Grayscale: #222222. Windows color (decimal): -16574037 or 11213059. OLE color: 11213059.

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

Color convert

RGB 3 25 171 -
CMYK 0.98 0.85 0 0.33
HSL 232.14º 0.97% 0.34% -
HSV(B) 232.14º 0.98% 0.67% -
XYZ 7.74 3.65 38.83 -
YUV 35.07 204.71 105.13 -
System Red Green Blue C M Y K H S L
Decimal 3 25 171 0.98 0.85 0 0.33 232.14 0.97 0.34
Hex 3 19 AB 62 55 0 21 E8 61 22
Octal 3 31 253 142 125 0 41 350 141 42
Binary 11 11001 10101011 1100010 1010101 0 100001 11101000 1100001 100010

Color Harmonies of #0319AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0319AB

Black with #0319AB

Text Example


Text Example

White with #0319AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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