Html Css Color HEX #0719AB International Klein Blue

📋 copy color: '#0719AB'

red 7 ◦ green 25 ◦ blue 171

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

Shades of International Klein Blue #0719AB

Tints of International Klein Blue #0719AB

RGB

 RED value IS 7 (3.13% from 255) = 3.45%

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

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

R = 3.45%
G = 12.32%
B = 84.24%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0719AB (or 0x0719AB) is known color: International Klein Blue. HEX triplet: 07, 19 and AB. RGB value is (7,25,171). Sum of RGB (Red+Green+Blue) = 7+25+171=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #0719AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0719AB is #F8E654. Grayscale: #232323. Windows color (decimal): -16311893 or 11213063. OLE color: 11213063.

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

Color convert

RGB 7 25 171 -
CMYK 0.96 0.85 0 0.33
HSL 233.41º 0.92% 0.35% -
HSV(B) 233.41º 0.96% 0.67% -
XYZ 7.79 3.68 38.83 -
YUV 36.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 7 25 171 0.96 0.85 0 0.33 233.41 0.92 0.35
Hex 7 19 AB 60 55 0 21 E9 5C 23
Octal 7 31 253 140 125 0 41 351 134 43
Binary 111 11001 10101011 1100000 1010101 0 100001 11101001 1011100 100011

Color Harmonies of #0719AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0719AB

Black with #0719AB

Text Example


Text Example

White with #0719AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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