Html Css Color HEX #0722C0 International Klein Blue

📋 copy color: '#0722C0'

red 7 ◦ green 34 ◦ blue 192

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

Shades of International Klein Blue #0722C0

Tints of International Klein Blue #0722C0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 192 (75.39% from 255) = 82.4%

R = 3%
G = 14.59%
B = 82.4%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0722C0 (or 0x0722C0) is known color: International Klein Blue. HEX triplet: 07, 22 and C0. RGB value is (7,34,192). Sum of RGB (Red+Green+Blue) = 7+34+192=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 192 (75.39% from 255 or 82.40% from 233); Max value from RGB is 192 - color contains mainly: blue. Hex color #0722C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0722C0 is #F8DD3F. Grayscale: #2B2B2B. Windows color (decimal): -16309568 or 12591623. OLE color: 12591623.

HSL color Cylindrical-coordinate representation of color #0722C0: hue angle of 231.24º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0722C0 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 34 192 -
CMYK 0.96 0.82 0 0.25
HSL 231.24º 0.93% 0.39% -
HSV(B) 231.24º 0.96% 0.75% -
XYZ 10.17 4.99 50.3 -
YUV 43.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 7 34 192 0.96 0.82 0 0.25 231.24 0.93 0.39
Hex 7 22 C0 60 52 0 19 E7 5D 27
Octal 7 42 300 140 122 0 31 347 135 47
Binary 111 100010 11000000 1100000 1010010 0 11001 11100111 1011101 100111

Color Harmonies of #0722C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0722C0

Black with #0722C0

Text Example


Text Example

White with #0722C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0722C0; }

 p { color: rgb(7,34,192); }

 H1.HeaderClassName
 {
   color: #0722C0;
 }
 .AnyTagClassName
 {
   color: #0722C0;
 }
</style>

background-color css

<style>
 a { background-color: #0722C0; }

 a { background-color: rgb(7,34,192); }

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

border-color css

<style>
 span { border-color: #0722C0; }

 span { border-color: rgb(7,34,192); }

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