Html Css Color HEX #0619AF International Klein Blue

📋 copy color: '#0619AF'

red 6 ◦ green 25 ◦ blue 175

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

Shades of International Klein Blue #0619AF

Tints of International Klein Blue #0619AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 84.95%

R = 2.91%
G = 12.14%
B = 84.95%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0619AF (or 0x0619AF) is known color: International Klein Blue. HEX triplet: 06, 19 and AF. RGB value is (6,25,175). Sum of RGB (Red+Green+Blue) = 6+25+175=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #0619AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0619AF is #F9E650. Grayscale: #232323. Windows color (decimal): -16377425 or 11475206. OLE color: 11475206.

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

Color convert

RGB 6 25 175 -
CMYK 0.97 0.86 0 0.31
HSL 233.25º 0.93% 0.35% -
HSV(B) 233.25º 0.97% 0.69% -
XYZ 8.16 3.83 40.87 -
YUV 36.42 206.21 106.3 -
System Red Green Blue C M Y K H S L
Decimal 6 25 175 0.97 0.86 0 0.31 233.25 0.93 0.35
Hex 6 19 AF 61 56 0 1F E9 5D 23
Octal 6 31 257 141 126 0 37 351 135 43
Binary 110 11001 10101111 1100001 1010110 0 11111 11101001 1011101 100011

Color Harmonies of #0619AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0619AF

Black with #0619AF

Text Example


Text Example

White with #0619AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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