Html Css Color HEX #075082 Dark Cerulean

📋 copy color: '#075082'

red 7 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #075082

Tints of Dark Cerulean #075082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.91%

R = 3.23%
G = 36.87%
B = 59.91%

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

#075082 (or 0x075082) is known color: Dark Cerulean. HEX triplet: 07, 50 and 82. RGB value is (7,80,130). Sum of RGB (Red+Green+Blue) = 7+80+130=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #075082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075082 is #F8AF7D. Grayscale: #3F3F3F. Windows color (decimal): -16297854 or 8540167. OLE color: 8540167.

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

Color convert

RGB 7 80 130 -
CMYK 0.95 0.38 0 0.49
HSL 204.39º 0.9% 0.27% -
HSV(B) 204.39º 0.95% 0.51% -
XYZ 6.99 7.39 22.18 -
YUV 63.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 7 80 130 0.95 0.38 0 0.49 204.39 0.9 0.27
Hex 7 50 82 5F 26 0 31 CC 5A 1B
Octal 7 120 202 137 46 0 61 314 132 33
Binary 111 1010000 10000010 1011111 100110 0 110001 11001100 1011010 11011

Color Harmonies of #075082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075082

Black with #075082

Text Example


Text Example

White with #075082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075082; }

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

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

background-color css

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

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

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

border-color css

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

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

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