Html Css Color HEX #0619AC International Klein Blue

📋 copy color: '#0619AC'

red 6 ◦ green 25 ◦ blue 172

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

Shades of International Klein Blue #0619AC

Tints of International Klein Blue #0619AC

RGB

 RED value IS 6 (2.73% from 255) = 2.96%

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

 BLUE value IS 172 (67.58% from 255) = 84.73%

R = 2.96%
G = 12.32%
B = 84.73%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0619AC (or 0x0619AC) is known color: International Klein Blue. HEX triplet: 06, 19 and AC. RGB value is (6,25,172). Sum of RGB (Red+Green+Blue) = 6+25+172=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #0619AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0619AC is #F9E653. Grayscale: #232323. Windows color (decimal): -16377428 or 11278598. OLE color: 11278598.

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

Color convert

RGB 6 25 172 -
CMYK 0.97 0.85 0 0.33
HSL 233.13º 0.93% 0.35% -
HSV(B) 233.13º 0.97% 0.67% -
XYZ 7.87 3.71 39.33 -
YUV 36.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 6 25 172 0.97 0.85 0 0.33 233.13 0.93 0.35
Hex 6 19 AC 61 55 0 21 E9 5D 23
Octal 6 31 254 141 125 0 41 351 135 43
Binary 110 11001 10101100 1100001 1010101 0 100001 11101001 1011101 100011

Color Harmonies of #0619AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0619AC

Black with #0619AC

Text Example


Text Example

White with #0619AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0619AC; }

 p { color: rgb(6,25,172); }

 H1.HeaderClassName
 {
   color: #0619AC;
 }
 .AnyTagClassName
 {
   color: #0619AC;
 }
</style>

background-color css

<style>
 a { background-color: #0619AC; }

 a { background-color: rgb(6,25,172); }

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

border-color css

<style>
 span { border-color: #0619AC; }

 span { border-color: rgb(6,25,172); }

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