Html Css Color HEX #075880 Dark Cerulean

📋 copy color: '#075880'

red 7 ◦ green 88 ◦ blue 128

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

Shades of Dark Cerulean #075880

Tints of Dark Cerulean #075880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.4%

R = 3.14%
G = 39.46%
B = 57.4%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#075880 (or 0x075880) is known color: Dark Cerulean. HEX triplet: 07, 58 and 80. RGB value is (7,88,128). Sum of RGB (Red+Green+Blue) = 7+88+128=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #075880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075880 is #F8A77F. Grayscale: #444444. Windows color (decimal): -16295808 or 8411143. OLE color: 8411143.

HSL color Cylindrical-coordinate representation of color #075880: hue angle of 199.83º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075880 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 88 128 -
CMYK 0.95 0.31 0 0.50
HSL 199.83º 0.9% 0.26% -
HSV(B) 199.83º 0.95% 0.5% -
XYZ 7.47 8.58 21.68 -
YUV 68.34 161.66 84.25 -
System Red Green Blue C M Y K H S L
Decimal 7 88 128 0.95 0.31 0 0.50 199.83 0.9 0.26
Hex 7 58 80 5F 1F 0 32 C8 5A 1A
Octal 7 130 200 137 37 0 62 310 132 32
Binary 111 1011000 10000000 1011111 11111 0 110010 11001000 1011010 11010

Color Harmonies of #075880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075880

Black with #075880

Text Example


Text Example

White with #075880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075880; }

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

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

background-color css

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

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

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

border-color css

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

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

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