Html Css Color HEX #0728BA International Klein Blue

📋 copy color: '#0728BA'

red 7 ◦ green 40 ◦ blue 186

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

Shades of International Klein Blue #0728BA

Tints of International Klein Blue #0728BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 3%
G = 17.17%
B = 79.83%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0728BA (or 0x0728BA) is known color: International Klein Blue. HEX triplet: 07, 28 and BA. RGB value is (7,40,186). Sum of RGB (Red+Green+Blue) = 7+40+186=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #0728BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0728BA is #F8D745. Grayscale: #2E2E2E. Windows color (decimal): -16308038 or 12199943. OLE color: 12199943.

HSL color Cylindrical-coordinate representation of color #0728BA: hue angle of 228.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 #0728BA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 40 186 -
CMYK 0.96 0.78 0 0.27
HSL 228.94º 0.93% 0.38% -
HSV(B) 228.94º 0.96% 0.73% -
XYZ 9.71 5.11 46.93 -
YUV 46.78 206.57 99.63 -
System Red Green Blue C M Y K H S L
Decimal 7 40 186 0.96 0.78 0 0.27 228.94 0.93 0.38
Hex 7 28 BA 60 4E 0 1B E5 5D 26
Octal 7 50 272 140 116 0 33 345 135 46
Binary 111 101000 10111010 1100000 1001110 0 11011 11100101 1011101 100110

Color Harmonies of #0728BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0728BA

Black with #0728BA

Text Example


Text Example

White with #0728BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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