Html Css Color HEX #072DBA International Klein Blue

📋 copy color: '#072DBA'

red 7 ◦ green 45 ◦ blue 186

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

Shades of International Klein Blue #072DBA

Tints of International Klein Blue #072DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

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

R = 2.94%
G = 18.91%
B = 78.15%

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

#072DBA (or 0x072DBA) is known color: International Klein Blue. HEX triplet: 07, 2D and BA. RGB value is (7,45,186). Sum of RGB (Red+Green+Blue) = 7+45+186=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #072DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DBA is #F8D245. Grayscale: #313131. Windows color (decimal): -16306758 or 12201223. OLE color: 12201223.

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

Color convert

RGB 7 45 186 -
CMYK 0.96 0.76 0 0.27
HSL 227.26º 0.93% 0.38% -
HSV(B) 227.26º 0.96% 0.73% -
XYZ 9.89 5.47 46.99 -
YUV 49.71 204.91 97.54 -
System Red Green Blue C M Y K H S L
Decimal 7 45 186 0.96 0.76 0 0.27 227.26 0.93 0.38
Hex 7 2D BA 60 4C 0 1B E3 5D 26
Octal 7 55 272 140 114 0 33 343 135 46
Binary 111 101101 10111010 1100000 1001100 0 11011 11100011 1011101 100110

Color Harmonies of #072DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DBA

Black with #072DBA

Text Example


Text Example

White with #072DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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