Html Css Color HEX #075478 Dark Cerulean

📋 copy color: '#075478'

red 7 ◦ green 84 ◦ blue 120

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

Shades of Dark Cerulean #075478

Tints of Dark Cerulean #075478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 3.32%
G = 39.81%
B = 56.87%

CMYK

 C value IS 0.94

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#075478 (or 0x075478) is known color: Dark Cerulean. HEX triplet: 07, 54 and 78. RGB value is (7,84,120). Sum of RGB (Red+Green+Blue) = 7+84+120=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #075478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075478 is #F8AB87. Grayscale: #404040. Windows color (decimal): -16296840 or 7885831. OLE color: 7885831.

HSL color Cylindrical-coordinate representation of color #075478: hue angle of 199.12º 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 #075478 is Cyan = 0.94, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 84 120 -
CMYK 0.94 0.3 0 0.53
HSL 199.12º 0.89% 0.25% -
HSV(B) 199.12º 0.94% 0.47% -
XYZ 6.65 7.74 18.91 -
YUV 65.08 158.99 86.57 -
System Red Green Blue C M Y K H S L
Decimal 7 84 120 0.94 0.3 0 0.53 199.12 0.89 0.25
Hex 7 54 78 5E 1E 0 35 C7 59 19
Octal 7 124 170 136 36 0 65 307 131 31
Binary 111 1010100 1111000 1011110 11110 0 110101 11000111 1011001 11001

Color Harmonies of #075478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075478

Black with #075478

Text Example


Text Example

White with #075478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075478; }

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

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

background-color css

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

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

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

border-color css

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

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

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