Html Css Color HEX #0728BC International Klein Blue

📋 copy color: '#0728BC'

red 7 ◦ green 40 ◦ blue 188

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

Shades of International Klein Blue #0728BC

Tints of International Klein Blue #0728BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80%

R = 2.98%
G = 17.02%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0728BC (or 0x0728BC) is known color: International Klein Blue. HEX triplet: 07, 28 and BC. RGB value is (7,40,188). Sum of RGB (Red+Green+Blue) = 7+40+188=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #0728BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0728BC is #F8D743. Grayscale: #2E2E2E. Windows color (decimal): -16308036 or 12331015. OLE color: 12331015.

HSL color Cylindrical-coordinate representation of color #0728BC: hue angle of 229.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0728BC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 40 188 -
CMYK 0.96 0.79 0 0.26
HSL 229.06º 0.93% 0.38% -
HSV(B) 229.06º 0.96% 0.74% -
XYZ 9.92 5.19 48.06 -
YUV 47.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 7 40 188 0.96 0.79 0 0.26 229.06 0.93 0.38
Hex 7 28 BC 60 4F 0 1A E5 5D 26
Octal 7 50 274 140 117 0 32 345 135 46
Binary 111 101000 10111100 1100000 1001111 0 11010 11100101 1011101 100110

Color Harmonies of #0728BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0728BC

Black with #0728BC

Text Example


Text Example

White with #0728BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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