Html Css Color HEX #074888 Dark Cerulean

📋 copy color: '#074888'

red 7 ◦ green 72 ◦ blue 136

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

Shades of Dark Cerulean #074888

Tints of Dark Cerulean #074888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

 BLUE value IS 136 (53.52% from 255) = 63.26%

R = 3.26%
G = 33.49%
B = 63.26%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074888 (or 0x074888) is known color: Dark Cerulean. HEX triplet: 07, 48 and 88. RGB value is (7,72,136). Sum of RGB (Red+Green+Blue) = 7+72+136=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #074888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074888 is #F8B777. Grayscale: #3B3B3B. Windows color (decimal): -16299896 or 8931335. OLE color: 8931335.

HSL color Cylindrical-coordinate representation of color #074888: hue angle of 209.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074888 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 72 136 -
CMYK 0.95 0.47 0 0.47
HSL 209.77º 0.9% 0.28% -
HSV(B) 209.77º 0.95% 0.53% -
XYZ 6.85 6.46 24.18 -
YUV 59.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 7 72 136 0.95 0.47 0 0.47 209.77 0.9 0.28
Hex 7 48 88 5F 2F 0 2F D2 5A 1C
Octal 7 110 210 137 57 0 57 322 132 34
Binary 111 1001000 10001000 1011111 101111 0 101111 11010010 1011010 11100

Color Harmonies of #074888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074888

Black with #074888

Text Example


Text Example

White with #074888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074888; }

 p { color: rgb(7,72,136); }

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

background-color css

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

 a { background-color: rgb(7,72,136); }

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

border-color css

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

 span { border-color: rgb(7,72,136); }

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