Html Css Color HEX #0726AD International Klein Blue

📋 copy color: '#0726AD'

red 7 ◦ green 38 ◦ blue 173

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

Shades of International Klein Blue #0726AD

Tints of International Klein Blue #0726AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 79.36%

R = 3.21%
G = 17.43%
B = 79.36%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0726AD (or 0x0726AD) is known color: International Klein Blue. HEX triplet: 07, 26 and AD. RGB value is (7,38,173). Sum of RGB (Red+Green+Blue) = 7+38+173=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #0726AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0726AD is #F8D952. Grayscale: #2B2B2B. Windows color (decimal): -16308563 or 11347463. OLE color: 11347463.

HSL color Cylindrical-coordinate representation of color #0726AD: hue angle of 228.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0726AD is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 38 173 -
CMYK 0.96 0.78 0 0.32
HSL 228.8º 0.92% 0.35% -
HSV(B) 228.8º 0.96% 0.68% -
XYZ 8.32 4.45 39.96 -
YUV 44.12 200.73 101.52 -
System Red Green Blue C M Y K H S L
Decimal 7 38 173 0.96 0.78 0 0.32 228.8 0.92 0.35
Hex 7 26 AD 60 4E 0 20 E5 5C 23
Octal 7 46 255 140 116 0 40 345 134 43
Binary 111 100110 10101101 1100000 1001110 0 100000 11100101 1011100 100011

Color Harmonies of #0726AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726AD

Black with #0726AD

Text Example


Text Example

White with #0726AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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