Html Css Color HEX #075081 Dark Cerulean

📋 copy color: '#075081'

red 7 ◦ green 80 ◦ blue 129

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

Shades of Dark Cerulean #075081

Tints of Dark Cerulean #075081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 129 (50.78% from 255) = 59.72%

R = 3.24%
G = 37.04%
B = 59.72%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#075081 (or 0x075081) is known color: Dark Cerulean. HEX triplet: 07, 50 and 81. RGB value is (7,80,129). Sum of RGB (Red+Green+Blue) = 7+80+129=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #075081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075081 is #F8AF7E. Grayscale: #3F3F3F. Windows color (decimal): -16297855 or 8474631. OLE color: 8474631.

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

Color convert

RGB 7 80 129 -
CMYK 0.95 0.38 0 0.49
HSL 204.1º 0.9% 0.27% -
HSV(B) 204.1º 0.95% 0.51% -
XYZ 6.92 7.37 21.83 -
YUV 63.76 164.82 87.52 -
System Red Green Blue C M Y K H S L
Decimal 7 80 129 0.95 0.38 0 0.49 204.1 0.9 0.27
Hex 7 50 81 5F 26 0 31 CC 5A 1B
Octal 7 120 201 137 46 0 61 314 132 33
Binary 111 1010000 10000001 1011111 100110 0 110001 11001100 1011010 11011

Color Harmonies of #075081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075081

Black with #075081

Text Example


Text Example

White with #075081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075081; }

 p { color: rgb(7,80,129); }

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

background-color css

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

 a { background-color: rgb(7,80,129); }

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

border-color css

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

 span { border-color: rgb(7,80,129); }

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