Html Css Color HEX #0722AC International Klein Blue

📋 copy color: '#0722AC'

red 7 ◦ green 34 ◦ blue 172

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

Shades of International Klein Blue #0722AC

Tints of International Klein Blue #0722AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 80.75%

R = 3.29%
G = 15.96%
B = 80.75%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0722AC (or 0x0722AC) is known color: International Klein Blue. HEX triplet: 07, 22 and AC. RGB value is (7,34,172). Sum of RGB (Red+Green+Blue) = 7+34+172=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #0722AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0722AC is #F8DD53. Grayscale: #292929. Windows color (decimal): -16309588 or 11280903. OLE color: 11280903.

HSL color Cylindrical-coordinate representation of color #0722AC: hue angle of 230.18º 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 #0722AC is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 34 172 -
CMYK 0.96 0.80 0 0.33
HSL 230.18º 0.92% 0.35% -
HSV(B) 230.18º 0.96% 0.67% -
XYZ 8.11 4.17 39.41 -
YUV 41.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 7 34 172 0.96 0.80 0 0.33 230.18 0.92 0.35
Hex 7 22 AC 60 50 0 21 E6 5C 23
Octal 7 42 254 140 120 0 41 346 134 43
Binary 111 100010 10101100 1100000 1010000 0 100001 11100110 1011100 100011

Color Harmonies of #0722AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0722AC

Black with #0722AC

Text Example


Text Example

White with #0722AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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