Html Css Color HEX #074175 Dark Cerulean

📋 copy color: '#074175'

red 7 ◦ green 65 ◦ blue 117

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

Shades of Dark Cerulean #074175

Tints of Dark Cerulean #074175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.9%

R = 3.7%
G = 34.39%
B = 61.9%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074175 (or 0x074175) is known color: Dark Cerulean. HEX triplet: 07, 41 and 75. RGB value is (7,65,117). Sum of RGB (Red+Green+Blue) = 7+65+117=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #074175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074175 is #F8BE8A. Grayscale: #353535. Windows color (decimal): -16301707 or 7684359. OLE color: 7684359.

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

Color convert

RGB 7 65 117 -
CMYK 0.94 0.44 0 0.54
HSL 208.36º 0.89% 0.24% -
HSV(B) 208.36º 0.94% 0.46% -
XYZ 5.19 5.11 17.54 -
YUV 53.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 7 65 117 0.94 0.44 0 0.54 208.36 0.89 0.24
Hex 7 41 75 5E 2C 0 36 D0 59 18
Octal 7 101 165 136 54 0 66 320 131 30
Binary 111 1000001 1110101 1011110 101100 0 110110 11010000 1011001 11000

Color Harmonies of #074175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074175

Black with #074175

Text Example


Text Example

White with #074175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074175; }

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

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

background-color css

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

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

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

border-color css

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

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

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