Html Css Color HEX #072EBD International Klein Blue

📋 copy color: '#072EBD'

red 7 ◦ green 46 ◦ blue 189

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

Shades of International Klein Blue #072EBD

Tints of International Klein Blue #072EBD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 2.89%
G = 19.01%
B = 78.1%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#072EBD (or 0x072EBD) is known color: International Klein Blue. HEX triplet: 07, 2E and BD. RGB value is (7,46,189). Sum of RGB (Red+Green+Blue) = 7+46+189=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #072EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EBD is #F8D142. Grayscale: #323232. Windows color (decimal): -16306499 or 12398087. OLE color: 12398087.

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

Color convert

RGB 7 46 189 -
CMYK 0.96 0.76 0 0.26
HSL 227.14º 0.93% 0.38% -
HSV(B) 227.14º 0.96% 0.74% -
XYZ 10.25 5.67 48.7 -
YUV 50.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 7 46 189 0.96 0.76 0 0.26 227.14 0.93 0.38
Hex 7 2E BD 60 4C 0 1A E3 5D 26
Octal 7 56 275 140 114 0 32 343 135 46
Binary 111 101110 10111101 1100000 1001100 0 11010 11100011 1011101 100110

Color Harmonies of #072EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EBD

Black with #072EBD

Text Example


Text Example

White with #072EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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