Html Css Color HEX #0722A2 International Klein Blue

📋 copy color: '#0722A2'

red 7 ◦ green 34 ◦ blue 162

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

Shades of International Klein Blue #0722A2

Tints of International Klein Blue #0722A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 79.8%

R = 3.45%
G = 16.75%
B = 79.8%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0722A2 (or 0x0722A2) is known color: International Klein Blue. HEX triplet: 07, 22 and A2. RGB value is (7,34,162). Sum of RGB (Red+Green+Blue) = 7+34+162=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 162 (63.67% from 255 or 79.80% from 203); Max value from RGB is 162 - color contains mainly: blue. Hex color #0722A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0722A2 is #F8DD5D. Grayscale: #272727. Windows color (decimal): -16309598 or 10625543. OLE color: 10625543.

HSL color Cylindrical-coordinate representation of color #0722A2: hue angle of 229.55º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0722A2 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 34 162 -
CMYK 0.96 0.79 0 0.36
HSL 229.55º 0.92% 0.33% -
HSV(B) 229.55º 0.96% 0.64% -
XYZ 7.18 3.8 34.54 -
YUV 40.52 196.55 104.09 -
System Red Green Blue C M Y K H S L
Decimal 7 34 162 0.96 0.79 0 0.36 229.55 0.92 0.33
Hex 7 22 A2 60 4F 0 24 E6 5C 21
Octal 7 42 242 140 117 0 44 346 134 41
Binary 111 100010 10100010 1100000 1001111 0 100100 11100110 1011100 100001

Color Harmonies of #0722A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0722A2

Black with #0722A2

Text Example


Text Example

White with #0722A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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