Html Css Color HEX #074994 Dark Cerulean

📋 copy color: '#074994'

red 7 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #074994

Tints of Dark Cerulean #074994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 148 (58.2% from 255) = 64.91%

R = 3.07%
G = 32.02%
B = 64.91%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#074994 (or 0x074994) is known color: Dark Cerulean. HEX triplet: 07, 49 and 94. RGB value is (7,73,148). Sum of RGB (Red+Green+Blue) = 7+73+148=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #074994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074994 is #F8B66B. Grayscale: #3D3D3D. Windows color (decimal): -16299628 or 9718023. OLE color: 9718023.

HSL color Cylindrical-coordinate representation of color #074994: hue angle of 211.91º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074994 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 73 148 -
CMYK 0.95 0.51 0 0.42
HSL 211.91º 0.91% 0.3% -
HSV(B) 211.91º 0.95% 0.58% -
XYZ 7.82 6.95 28.95 -
YUV 61.82 176.63 88.9 -
System Red Green Blue C M Y K H S L
Decimal 7 73 148 0.95 0.51 0 0.42 211.91 0.91 0.3
Hex 7 49 94 5F 33 0 2A D4 5B 1E
Octal 7 111 224 137 63 0 52 324 133 36
Binary 111 1001001 10010100 1011111 110011 0 101010 11010100 1011011 11110

Color Harmonies of #074994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074994

Black with #074994

Text Example


Text Example

White with #074994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074994; }

 p { color: rgb(7,73,148); }

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

background-color css

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

 a { background-color: rgb(7,73,148); }

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

border-color css

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

 span { border-color: rgb(7,73,148); }

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