Html Css Color HEX #074179 Dark Cerulean

📋 copy color: '#074179'

red 7 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #074179

Tints of Dark Cerulean #074179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 3.63%
G = 33.68%
B = 62.69%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074179 (or 0x074179) is known color: Dark Cerulean. HEX triplet: 07, 41 and 79. RGB value is (7,65,121). Sum of RGB (Red+Green+Blue) = 7+65+121=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #074179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074179 is #F8BE86. Grayscale: #353535. Windows color (decimal): -16301703 or 7946503. OLE color: 7946503.

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

Color convert

RGB 7 65 121 -
CMYK 0.94 0.46 0 0.53
HSL 209.47º 0.89% 0.25% -
HSV(B) 209.47º 0.94% 0.47% -
XYZ 5.43 5.21 18.81 -
YUV 54.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 7 65 121 0.94 0.46 0 0.53 209.47 0.89 0.25
Hex 7 41 79 5E 2E 0 35 D1 59 19
Octal 7 101 171 136 56 0 65 321 131 31
Binary 111 1000001 1111001 1011110 101110 0 110101 11010001 1011001 11001

Color Harmonies of #074179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074179

Black with #074179

Text Example


Text Example

White with #074179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074179; }

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

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

background-color css

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

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

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

border-color css

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

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

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