Html Css Color HEX #072CBA International Klein Blue

📋 copy color: '#072CBA'

red 7 ◦ green 44 ◦ blue 186

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

Shades of International Klein Blue #072CBA

Tints of International Klein Blue #072CBA

RGB

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

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

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

R = 2.95%
G = 18.57%
B = 78.48%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#072CBA (or 0x072CBA) is known color: International Klein Blue. HEX triplet: 07, 2C and BA. RGB value is (7,44,186). Sum of RGB (Red+Green+Blue) = 7+44+186=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #072CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CBA is #F8D345. Grayscale: #303030. Windows color (decimal): -16307014 or 12200967. OLE color: 12200967.

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

Color convert

RGB 7 44 186 -
CMYK 0.96 0.76 0 0.27
HSL 227.6º 0.93% 0.38% -
HSV(B) 227.6º 0.96% 0.73% -
XYZ 9.85 5.39 46.98 -
YUV 49.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 7 44 186 0.96 0.76 0 0.27 227.6 0.93 0.38
Hex 7 2C BA 60 4C 0 1B E4 5D 26
Octal 7 54 272 140 114 0 33 344 135 46
Binary 111 101100 10111010 1100000 1001100 0 11011 11100100 1011101 100110

Color Harmonies of #072CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CBA

Black with #072CBA

Text Example


Text Example

White with #072CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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