Html Css Color HEX #0724BE International Klein Blue

📋 copy color: '#0724BE'

red 7 ◦ green 36 ◦ blue 190

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

Shades of International Klein Blue #0724BE

Tints of International Klein Blue #0724BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 81.55%

R = 3%
G = 15.45%
B = 81.55%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0724BE (or 0x0724BE) is known color: International Klein Blue. HEX triplet: 07, 24 and BE. RGB value is (7,36,190). Sum of RGB (Red+Green+Blue) = 7+36+190=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 190 (74.61% from 255 or 81.55% from 233); Max value from RGB is 190 - color contains mainly: blue. Hex color #0724BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0724BE is #F8DB41. Grayscale: #2C2C2C. Windows color (decimal): -16309058 or 12461063. OLE color: 12461063.

HSL color Cylindrical-coordinate representation of color #0724BE: hue angle of 230.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0724BE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 36 190 -
CMYK 0.96 0.81 0 0.25
HSL 230.49º 0.93% 0.39% -
HSV(B) 230.49º 0.96% 0.75% -
XYZ 10.01 5.02 49.16 -
YUV 44.89 209.89 100.98 -
System Red Green Blue C M Y K H S L
Decimal 7 36 190 0.96 0.81 0 0.25 230.49 0.93 0.39
Hex 7 24 BE 60 51 0 19 E6 5D 27
Octal 7 44 276 140 121 0 31 346 135 47
Binary 111 100100 10111110 1100000 1010001 0 11001 11100110 1011101 100111

Color Harmonies of #0724BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0724BE

Black with #0724BE

Text Example


Text Example

White with #0724BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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