Html Css Color HEX #074375 Dark Cerulean

📋 copy color: '#074375'

red 7 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #074375

Tints of Dark Cerulean #074375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

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

R = 3.66%
G = 35.08%
B = 61.26%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074375 (or 0x074375) is known color: Dark Cerulean. HEX triplet: 07, 43 and 75. RGB value is (7,67,117). Sum of RGB (Red+Green+Blue) = 7+67+117=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #074375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074375 is #F8BC8A. Grayscale: #363636. Windows color (decimal): -16301195 or 7684871. OLE color: 7684871.

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

Color convert

RGB 7 67 117 -
CMYK 0.94 0.43 0 0.54
HSL 207.27º 0.89% 0.24% -
HSV(B) 207.27º 0.94% 0.46% -
XYZ 5.31 5.34 17.58 -
YUV 54.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 7 67 117 0.94 0.43 0 0.54 207.27 0.89 0.24
Hex 7 43 75 5E 2B 0 36 CF 59 18
Octal 7 103 165 136 53 0 66 317 131 30
Binary 111 1000011 1110101 1011110 101011 0 110110 11001111 1011001 11000

Color Harmonies of #074375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074375

Black with #074375

Text Example


Text Example

White with #074375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074375; }

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

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

background-color css

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

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

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

border-color css

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

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

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