Html Css Color HEX #075479 Dark Cerulean

📋 copy color: '#075479'

red 7 ◦ green 84 ◦ blue 121

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

Shades of Dark Cerulean #075479

Tints of Dark Cerulean #075479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 3.3%
G = 39.62%
B = 57.08%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#075479 (or 0x075479) is known color: Dark Cerulean. HEX triplet: 07, 54 and 79. RGB value is (7,84,121). Sum of RGB (Red+Green+Blue) = 7+84+121=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #075479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075479 is #F8AB86. Grayscale: #404040. Windows color (decimal): -16296839 or 7951367. OLE color: 7951367.

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

Color convert

RGB 7 84 121 -
CMYK 0.94 0.31 0 0.53
HSL 199.47º 0.89% 0.25% -
HSV(B) 199.47º 0.94% 0.47% -
XYZ 6.71 7.77 19.23 -
YUV 65.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 7 84 121 0.94 0.31 0 0.53 199.47 0.89 0.25
Hex 7 54 79 5E 1F 0 35 C7 59 19
Octal 7 124 171 136 37 0 65 307 131 31
Binary 111 1010100 1111001 1011110 11111 0 110101 11000111 1011001 11001

Color Harmonies of #075479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075479

Black with #075479

Text Example


Text Example

White with #075479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075479; }

 p { color: rgb(7,84,121); }

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

background-color css

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

 a { background-color: rgb(7,84,121); }

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

border-color css

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

 span { border-color: rgb(7,84,121); }

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