Html Css Color HEX #072CBC International Klein Blue

📋 copy color: '#072CBC'

red 7 ◦ green 44 ◦ blue 188

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

Shades of International Klein Blue #072CBC

Tints of International Klein Blue #072CBC

RGB

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

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

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

R = 2.93%
G = 18.41%
B = 78.66%

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

#072CBC (or 0x072CBC) is known color: International Klein Blue. HEX triplet: 07, 2C and BC. RGB value is (7,44,188). Sum of RGB (Red+Green+Blue) = 7+44+188=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #072CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CBC is #F8D343. Grayscale: #303030. Windows color (decimal): -16307012 or 12332039. OLE color: 12332039.

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

Color convert

RGB 7 44 188 -
CMYK 0.96 0.77 0 0.26
HSL 227.73º 0.93% 0.38% -
HSV(B) 227.73º 0.96% 0.74% -
XYZ 10.07 5.48 48.1 -
YUV 49.35 206.24 97.79 -
System Red Green Blue C M Y K H S L
Decimal 7 44 188 0.96 0.77 0 0.26 227.73 0.93 0.38
Hex 7 2C BC 60 4D 0 1A E4 5D 26
Octal 7 54 274 140 115 0 32 344 135 46
Binary 111 101100 10111100 1100000 1001101 0 11010 11100100 1011101 100110

Color Harmonies of #072CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CBC

Black with #072CBC

Text Example


Text Example

White with #072CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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