Html Css Color HEX #0722BD International Klein Blue

📋 copy color: '#0722BD'

red 7 ◦ green 34 ◦ blue 189

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

Shades of International Klein Blue #0722BD

Tints of International Klein Blue #0722BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 82.17%

R = 3.04%
G = 14.78%
B = 82.17%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0722BD (or 0x0722BD) is known color: International Klein Blue. HEX triplet: 07, 22 and BD. RGB value is (7,34,189). Sum of RGB (Red+Green+Blue) = 7+34+189=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #0722BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0722BD is #F8DD42. Grayscale: #2A2A2A. Windows color (decimal): -16309571 or 12395015. OLE color: 12395015.

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

Color convert

RGB 7 34 189 -
CMYK 0.96 0.82 0 0.26
HSL 231.1º 0.93% 0.38% -
HSV(B) 231.1º 0.96% 0.74% -
XYZ 9.84 4.86 48.56 -
YUV 43.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 7 34 189 0.96 0.82 0 0.26 231.1 0.93 0.38
Hex 7 22 BD 60 52 0 1A E7 5D 26
Octal 7 42 275 140 122 0 32 347 135 46
Binary 111 100010 10111101 1100000 1010010 0 11010 11100111 1011101 100110

Color Harmonies of #0722BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0722BD

Black with #0722BD

Text Example


Text Example

White with #0722BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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