Html Css Color HEX #0726BC International Klein Blue

📋 copy color: '#0726BC'

red 7 ◦ green 38 ◦ blue 188

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

Shades of International Klein Blue #0726BC

Tints of International Klein Blue #0726BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

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

R = 3%
G = 16.31%
B = 80.69%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0726BC (or 0x0726BC) is known color: International Klein Blue. HEX triplet: 07, 26 and BC. RGB value is (7,38,188). Sum of RGB (Red+Green+Blue) = 7+38+188=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #0726BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726BC is #F8D943. Grayscale: #2D2D2D. Windows color (decimal): -16308548 or 12330503. OLE color: 12330503.

HSL color Cylindrical-coordinate representation of color #0726BC: hue angle of 229.72º 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 #0726BC is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 38 188 -
CMYK 0.96 0.80 0 0.26
HSL 229.72º 0.93% 0.38% -
HSV(B) 229.72º 0.96% 0.74% -
XYZ 9.86 5.06 48.03 -
YUV 45.83 208.23 100.3 -
System Red Green Blue C M Y K H S L
Decimal 7 38 188 0.96 0.80 0 0.26 229.72 0.93 0.38
Hex 7 26 BC 60 50 0 1A E6 5D 26
Octal 7 46 274 140 120 0 32 346 135 46
Binary 111 100110 10111100 1100000 1010000 0 11010 11100110 1011101 100110

Color Harmonies of #0726BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726BC

Black with #0726BC

Text Example


Text Example

White with #0726BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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