Html Css Color HEX #074D75 Dark Cerulean

📋 copy color: '#074D75'

red 7 ◦ green 77 ◦ blue 117

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

Shades of Dark Cerulean #074D75

Tints of Dark Cerulean #074D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

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

R = 3.48%
G = 38.31%
B = 58.21%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074D75 (or 0x074D75) is known color: Dark Cerulean. HEX triplet: 07, 4D and 75. RGB value is (7,77,117). Sum of RGB (Red+Green+Blue) = 7+77+117=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #074D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D75 is #F8B28A. Grayscale: #3C3C3C. Windows color (decimal): -16298635 or 7687431. OLE color: 7687431.

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

Color convert

RGB 7 77 117 -
CMYK 0.94 0.34 0 0.54
HSL 201.82º 0.89% 0.24% -
HSV(B) 201.82º 0.94% 0.46% -
XYZ 5.95 6.64 17.8 -
YUV 60.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 7 77 117 0.94 0.34 0 0.54 201.82 0.89 0.24
Hex 7 4D 75 5E 22 0 36 CA 59 18
Octal 7 115 165 136 42 0 66 312 131 30
Binary 111 1001101 1110101 1011110 100010 0 110110 11001010 1011001 11000

Color Harmonies of #074D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D75

Black with #074D75

Text Example


Text Example

White with #074D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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