Html Css Color HEX #075592 Dark Cerulean

📋 copy color: '#075592'

red 7 ◦ green 85 ◦ blue 146

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

Shades of Dark Cerulean #075592

Tints of Dark Cerulean #075592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 2.94%
G = 35.71%
B = 61.34%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#075592 (or 0x075592) is known color: Dark Cerulean. HEX triplet: 07, 55 and 92. RGB value is (7,85,146). Sum of RGB (Red+Green+Blue) = 7+85+146=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #075592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075592 is #F8AA6D. Grayscale: #444444. Windows color (decimal): -16296558 or 9590023. OLE color: 9590023.

HSL color Cylindrical-coordinate representation of color #075592: hue angle of 206.33º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075592 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 85 146 -
CMYK 0.95 0.42 0 0.43
HSL 206.33º 0.91% 0.3% -
HSV(B) 206.33º 0.95% 0.57% -
XYZ 8.52 8.62 28.41 -
YUV 68.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 7 85 146 0.95 0.42 0 0.43 206.33 0.91 0.3
Hex 7 55 92 5F 2A 0 2B CE 5B 1E
Octal 7 125 222 137 52 0 53 316 133 36
Binary 111 1010101 10010010 1011111 101010 0 101011 11001110 1011011 11110

Color Harmonies of #075592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075592

Black with #075592

Text Example


Text Example

White with #075592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075592; }

 p { color: rgb(7,85,146); }

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

background-color css

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

 a { background-color: rgb(7,85,146); }

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

border-color css

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

 span { border-color: rgb(7,85,146); }

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