Html Css Color HEX #075584 Dark Cerulean

📋 copy color: '#075584'

red 7 ◦ green 85 ◦ blue 132

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

Shades of Dark Cerulean #075584

Tints of Dark Cerulean #075584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.93%

R = 3.13%
G = 37.95%
B = 58.93%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#075584 (or 0x075584) is known color: Dark Cerulean. HEX triplet: 07, 55 and 84. RGB value is (7,85,132). Sum of RGB (Red+Green+Blue) = 7+85+132=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #075584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075584 is #F8AA7B. Grayscale: #424242. Windows color (decimal): -16296572 or 8672519. OLE color: 8672519.

HSL color Cylindrical-coordinate representation of color #075584: hue angle of 202.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075584 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 85 132 -
CMYK 0.95 0.36 0 0.48
HSL 202.56º 0.9% 0.27% -
HSV(B) 202.56º 0.95% 0.52% -
XYZ 7.5 8.21 23.02 -
YUV 67.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 7 85 132 0.95 0.36 0 0.48 202.56 0.9 0.27
Hex 7 55 84 5F 24 0 30 CB 5A 1B
Octal 7 125 204 137 44 0 60 313 132 33
Binary 111 1010101 10000100 1011111 100100 0 110000 11001011 1011010 11011

Color Harmonies of #075584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075584

Black with #075584

Text Example


Text Example

White with #075584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075584; }

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

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

background-color css

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

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

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

border-color css

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

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

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