Html Css Color HEX #0724B0 International Klein Blue

📋 copy color: '#0724B0'

red 7 ◦ green 36 ◦ blue 176

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

Shades of International Klein Blue #0724B0

Tints of International Klein Blue #0724B0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

 BLUE value IS 176 (69.14% from 255) = 80.37%

R = 3.2%
G = 16.44%
B = 80.37%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0724B0 (or 0x0724B0) is known color: International Klein Blue. HEX triplet: 07, 24 and B0. RGB value is (7,36,176). Sum of RGB (Red+Green+Blue) = 7+36+176=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 176 (69.14% from 255 or 80.37% from 219); Max value from RGB is 176 - color contains mainly: blue. Hex color #0724B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0724B0 is #F8DB4F. Grayscale: #2A2A2A. Windows color (decimal): -16309072 or 11543559. OLE color: 11543559.

HSL color Cylindrical-coordinate representation of color #0724B0: hue angle of 229.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0724B0 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 36 176 -
CMYK 0.96 0.80 0 0.31
HSL 229.7º 0.92% 0.36% -
HSV(B) 229.7º 0.96% 0.69% -
XYZ 8.55 4.44 41.48 -
YUV 43.29 202.89 102.12 -
System Red Green Blue C M Y K H S L
Decimal 7 36 176 0.96 0.80 0 0.31 229.7 0.92 0.36
Hex 7 24 B0 60 50 0 1F E6 5C 24
Octal 7 44 260 140 120 0 37 346 134 44
Binary 111 100100 10110000 1100000 1010000 0 11111 11100110 1011100 100100

Color Harmonies of #0724B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0724B0

Black with #0724B0

Text Example


Text Example

White with #0724B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0724B0; }

 p { color: rgb(7,36,176); }

 H1.HeaderClassName
 {
   color: #0724B0;
 }
 .AnyTagClassName
 {
   color: #0724B0;
 }
</style>

background-color css

<style>
 a { background-color: #0724B0; }

 a { background-color: rgb(7,36,176); }

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

border-color css

<style>
 span { border-color: #0724B0; }

 span { border-color: rgb(7,36,176); }

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