Html Css Color HEX #074477 Dark Cerulean

📋 copy color: '#074477'

red 7 ◦ green 68 ◦ blue 119

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

Shades of Dark Cerulean #074477

Tints of Dark Cerulean #074477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 119 (46.88% from 255) = 61.34%

R = 3.61%
G = 35.05%
B = 61.34%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074477 (or 0x074477) is known color: Dark Cerulean. HEX triplet: 07, 44 and 77. RGB value is (7,68,119). Sum of RGB (Red+Green+Blue) = 7+68+119=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #074477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074477 is #F8BB88. Grayscale: #373737. Windows color (decimal): -16300937 or 7816199. OLE color: 7816199.

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

Color convert

RGB 7 68 119 -
CMYK 0.94 0.43 0 0.53
HSL 207.32º 0.89% 0.25% -
HSV(B) 207.32º 0.94% 0.47% -
XYZ 5.48 5.51 18.23 -
YUV 55.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 7 68 119 0.94 0.43 0 0.53 207.32 0.89 0.25
Hex 7 44 77 5E 2B 0 35 CF 59 19
Octal 7 104 167 136 53 0 65 317 131 31
Binary 111 1000100 1110111 1011110 101011 0 110101 11001111 1011001 11001

Color Harmonies of #074477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074477

Black with #074477

Text Example


Text Example

White with #074477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074477; }

 p { color: rgb(7,68,119); }

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

background-color css

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

 a { background-color: rgb(7,68,119); }

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

border-color css

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

 span { border-color: rgb(7,68,119); }

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