Html Css Color HEX #035079 Dark Cerulean

📋 copy color: '#035079'

red 3 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #035079

Tints of Dark Cerulean #035079

RGB

 RED value IS 3 (1.56% from 255) = 1.47%

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

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

R = 1.47%
G = 39.22%
B = 59.31%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#035079 (or 0x035079) is known color: Dark Cerulean. HEX triplet: 03, 50 and 79. RGB value is (3,80,121). Sum of RGB (Red+Green+Blue) = 3+80+121=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #035079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035079 is #FCAF86. Grayscale: #3D3D3D. Windows color (decimal): -16560007 or 7950339. OLE color: 7950339.

HSL color Cylindrical-coordinate representation of color #035079: hue angle of 200.85º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035079 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 80 121 -
CMYK 0.98 0.34 0 0.53
HSL 200.85º 0.95% 0.24% -
HSV(B) 200.85º 0.98% 0.47% -
XYZ 6.36 7.14 19.13 -
YUV 61.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 3 80 121 0.98 0.34 0 0.53 200.85 0.95 0.24
Hex 3 50 79 62 22 0 35 C9 5F 18
Octal 3 120 171 142 42 0 65 311 137 30
Binary 11 1010000 1111001 1100010 100010 0 110101 11001001 1011111 11000

Color Harmonies of #035079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035079

Black with #035079

Text Example


Text Example

White with #035079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035079; }

 p { color: rgb(3,80,121); }

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

background-color css

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

 a { background-color: rgb(3,80,121); }

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

border-color css

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

 span { border-color: rgb(3,80,121); }

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