Html Css Color HEX #075884 Dark Cerulean

📋 copy color: '#075884'

red 7 ◦ green 88 ◦ blue 132

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

Shades of Dark Cerulean #075884

Tints of Dark Cerulean #075884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 3.08%
G = 38.77%
B = 58.15%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#075884 (or 0x075884) is known color: Dark Cerulean. HEX triplet: 07, 58 and 84. RGB value is (7,88,132). Sum of RGB (Red+Green+Blue) = 7+88+132=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #075884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075884 is #F8A77B. Grayscale: #444444. Windows color (decimal): -16295804 or 8673287. OLE color: 8673287.

HSL color Cylindrical-coordinate representation of color #075884: hue angle of 201.12º 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 #075884 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 88 132 -
CMYK 0.95 0.33 0 0.48
HSL 201.12º 0.9% 0.27% -
HSV(B) 201.12º 0.95% 0.52% -
XYZ 7.74 8.69 23.1 -
YUV 68.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 7 88 132 0.95 0.33 0 0.48 201.12 0.9 0.27
Hex 7 58 84 5F 21 0 30 C9 5A 1B
Octal 7 130 204 137 41 0 60 311 132 33
Binary 111 1011000 10000100 1011111 100001 0 110000 11001001 1011010 11011

Color Harmonies of #075884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075884

Black with #075884

Text Example


Text Example

White with #075884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075884; }

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

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

background-color css

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

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

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

border-color css

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

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

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