Html Css Color HEX #072CBB International Klein Blue

📋 copy color: '#072CBB'

red 7 ◦ green 44 ◦ blue 187

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

Shades of International Klein Blue #072CBB

Tints of International Klein Blue #072CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 2.94%
G = 18.49%
B = 78.57%

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

#072CBB (or 0x072CBB) is known color: International Klein Blue. HEX triplet: 07, 2C and BB. RGB value is (7,44,187). Sum of RGB (Red+Green+Blue) = 7+44+187=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #072CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CBB is #F8D344. Grayscale: #303030. Windows color (decimal): -16307013 or 12266503. OLE color: 12266503.

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

Color convert

RGB 7 44 187 -
CMYK 0.96 0.76 0 0.27
HSL 227.67º 0.93% 0.38% -
HSV(B) 227.67º 0.96% 0.73% -
XYZ 9.96 5.43 47.54 -
YUV 49.24 205.74 97.87 -
System Red Green Blue C M Y K H S L
Decimal 7 44 187 0.96 0.76 0 0.27 227.67 0.93 0.38
Hex 7 2C BB 60 4C 0 1B E4 5D 26
Octal 7 54 273 140 114 0 33 344 135 46
Binary 111 101100 10111011 1100000 1001100 0 11011 11100100 1011101 100110

Color Harmonies of #072CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CBB

Black with #072CBB

Text Example


Text Example

White with #072CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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