Html Css Color HEX #072CBD International Klein Blue

📋 copy color: '#072CBD'

red 7 ◦ green 44 ◦ blue 189

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

Shades of International Klein Blue #072CBD

Tints of International Klein Blue #072CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

 BLUE value IS 189 (74.22% from 255) = 78.75%

R = 2.92%
G = 18.33%
B = 78.75%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#072CBD (or 0x072CBD) is known color: International Klein Blue. HEX triplet: 07, 2C and BD. RGB value is (7,44,189). Sum of RGB (Red+Green+Blue) = 7+44+189=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #072CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CBD is #F8D342. Grayscale: #303030. Windows color (decimal): -16307011 or 12397575. OLE color: 12397575.

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

Color convert

RGB 7 44 189 -
CMYK 0.96 0.77 0 0.26
HSL 227.8º 0.93% 0.38% -
HSV(B) 227.8º 0.96% 0.74% -
XYZ 10.17 5.52 48.67 -
YUV 49.47 206.74 97.71 -
System Red Green Blue C M Y K H S L
Decimal 7 44 189 0.96 0.77 0 0.26 227.8 0.93 0.38
Hex 7 2C BD 60 4D 0 1A E4 5D 26
Octal 7 54 275 140 115 0 32 344 135 46
Binary 111 101100 10111101 1100000 1001101 0 11010 11100100 1011101 100110

Color Harmonies of #072CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CBD

Black with #072CBD

Text Example


Text Example

White with #072CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072CBD; }

 p { color: rgb(7,44,189); }

 H1.HeaderClassName
 {
   color: #072CBD;
 }
 .AnyTagClassName
 {
   color: #072CBD;
 }
</style>

background-color css

<style>
 a { background-color: #072CBD; }

 a { background-color: rgb(7,44,189); }

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

border-color css

<style>
 span { border-color: #072CBD; }

 span { border-color: rgb(7,44,189); }

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