Html Css Color HEX #075074 Dark Cerulean

📋 copy color: '#075074'

red 7 ◦ green 80 ◦ blue 116

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

Shades of Dark Cerulean #075074

Tints of Dark Cerulean #075074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 3.45%
G = 39.41%
B = 57.14%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075074 (or 0x075074) is known color: Dark Cerulean. HEX triplet: 07, 50 and 74. RGB value is (7,80,116). Sum of RGB (Red+Green+Blue) = 7+80+116=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #075074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075074 is #F8AF8B. Grayscale: #3E3E3E. Windows color (decimal): -16297868 or 7622663. OLE color: 7622663.

HSL color Cylindrical-coordinate representation of color #075074: hue angle of 199.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075074 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 80 116 -
CMYK 0.94 0.31 0 0.55
HSL 199.82º 0.89% 0.24% -
HSV(B) 199.82º 0.94% 0.45% -
XYZ 6.11 7.04 17.56 -
YUV 62.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 7 80 116 0.94 0.31 0 0.55 199.82 0.89 0.24
Hex 7 50 74 5E 1F 0 37 C8 59 18
Octal 7 120 164 136 37 0 67 310 131 30
Binary 111 1010000 1110100 1011110 11111 0 110111 11001000 1011001 11000

Color Harmonies of #075074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075074

Black with #075074

Text Example


Text Example

White with #075074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075074; }

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

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

background-color css

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

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

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

border-color css

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

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

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