Html Css Color HEX #07209C International Klein Blue

📋 copy color: '#07209C'

red 7 ◦ green 32 ◦ blue 156

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

Shades of International Klein Blue #07209C

Tints of International Klein Blue #07209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 156 (61.33% from 255) = 80%

R = 3.59%
G = 16.41%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07209C (or 0x07209C) is known color: International Klein Blue. HEX triplet: 07, 20 and 9C. RGB value is (7,32,156). Sum of RGB (Red+Green+Blue) = 7+32+156=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #07209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07209C is #F8DF63. Grayscale: #262626. Windows color (decimal): -16310116 or 10231815. OLE color: 10231815.

HSL color Cylindrical-coordinate representation of color #07209C: hue angle of 229.93º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07209C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 32 156 -
CMYK 0.96 0.79 0 0.39
HSL 229.93º 0.91% 0.32% -
HSV(B) 229.93º 0.96% 0.61% -
XYZ 6.6 3.48 31.78 -
YUV 38.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 7 32 156 0.96 0.79 0 0.39 229.93 0.91 0.32
Hex 7 20 9C 60 4F 0 27 E6 5B 20
Octal 7 40 234 140 117 0 47 346 133 40
Binary 111 100000 10011100 1100000 1001111 0 100111 11100110 1011011 100000

Color Harmonies of #07209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07209C

Black with #07209C

Text Example


Text Example

White with #07209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07209C; }

 p { color: rgb(7,32,156); }

 H1.HeaderClassName
 {
   color: #07209C;
 }
 .AnyTagClassName
 {
   color: #07209C;
 }
</style>

background-color css

<style>
 a { background-color: #07209C; }

 a { background-color: rgb(7,32,156); }

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

border-color css

<style>
 span { border-color: #07209C; }

 span { border-color: rgb(7,32,156); }

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