Html Css Color HEX #075172 Dark Cerulean

📋 copy color: '#075172'

red 7 ◦ green 81 ◦ blue 114

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

Shades of Dark Cerulean #075172

Tints of Dark Cerulean #075172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 3.47%
G = 40.1%
B = 56.44%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075172 (or 0x075172) is known color: Dark Cerulean. HEX triplet: 07, 51 and 72. RGB value is (7,81,114). Sum of RGB (Red+Green+Blue) = 7+81+114=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #075172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075172 is #F8AE8D. Grayscale: #3E3E3E. Windows color (decimal): -16297614 or 7491847. OLE color: 7491847.

HSL color Cylindrical-coordinate representation of color #075172: hue angle of 198.5º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075172 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 81 114 -
CMYK 0.94 0.29 0 0.55
HSL 198.5º 0.88% 0.24% -
HSV(B) 198.5º 0.94% 0.45% -
XYZ 6.07 7.14 16.98 -
YUV 62.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 7 81 114 0.94 0.29 0 0.55 198.5 0.88 0.24
Hex 7 51 72 5E 1D 0 37 C7 58 18
Octal 7 121 162 136 35 0 67 307 130 30
Binary 111 1010001 1110010 1011110 11101 0 110111 11000111 1011000 11000

Color Harmonies of #075172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075172

Black with #075172

Text Example


Text Example

White with #075172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075172; }

 p { color: rgb(7,81,114); }

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

background-color css

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

 a { background-color: rgb(7,81,114); }

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

border-color css

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

 span { border-color: rgb(7,81,114); }

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