Html Css Color HEX #0725BA International Klein Blue

📋 copy color: '#0725BA'

red 7 ◦ green 37 ◦ blue 186

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

Shades of International Klein Blue #0725BA

Tints of International Klein Blue #0725BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 186 (73.05% from 255) = 80.87%

R = 3.04%
G = 16.09%
B = 80.87%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0725BA (or 0x0725BA) is known color: International Klein Blue. HEX triplet: 07, 25 and BA. RGB value is (7,37,186). Sum of RGB (Red+Green+Blue) = 7+37+186=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #0725BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0725BA is #F8DA45. Grayscale: #2C2C2C. Windows color (decimal): -16308806 or 12199175. OLE color: 12199175.

HSL color Cylindrical-coordinate representation of color #0725BA: hue angle of 229.94º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0725BA is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 37 186 -
CMYK 0.96 0.80 0 0.27
HSL 229.94º 0.93% 0.38% -
HSV(B) 229.94º 0.96% 0.73% -
XYZ 9.61 4.91 46.9 -
YUV 45.02 207.56 100.88 -
System Red Green Blue C M Y K H S L
Decimal 7 37 186 0.96 0.80 0 0.27 229.94 0.93 0.38
Hex 7 25 BA 60 50 0 1B E6 5D 26
Octal 7 45 272 140 120 0 33 346 135 46
Binary 111 100101 10111010 1100000 1010000 0 11011 11100110 1011101 100110

Color Harmonies of #0725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0725BA

Black with #0725BA

Text Example


Text Example

White with #0725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0725BA; }

 p { color: rgb(7,37,186); }

 H1.HeaderClassName
 {
   color: #0725BA;
 }
 .AnyTagClassName
 {
   color: #0725BA;
 }
</style>

background-color css

<style>
 a { background-color: #0725BA; }

 a { background-color: rgb(7,37,186); }

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

border-color css

<style>
 span { border-color: #0725BA; }

 span { border-color: rgb(7,37,186); }

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