Html Css Color HEX #074584 Dark Cerulean

📋 copy color: '#074584'

red 7 ◦ green 69 ◦ blue 132

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

Shades of Dark Cerulean #074584

Tints of Dark Cerulean #074584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 132 (51.95% from 255) = 63.46%

R = 3.37%
G = 33.17%
B = 63.46%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#074584 (or 0x074584) is known color: Dark Cerulean. HEX triplet: 07, 45 and 84. RGB value is (7,69,132). Sum of RGB (Red+Green+Blue) = 7+69+132=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #074584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074584 is #F8BA7B. Grayscale: #393939. Windows color (decimal): -16300668 or 8668423. OLE color: 8668423.

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

Color convert

RGB 7 69 132 -
CMYK 0.95 0.48 0 0.48
HSL 210.24º 0.9% 0.27% -
HSV(B) 210.24º 0.95% 0.52% -
XYZ 6.38 5.97 22.65 -
YUV 57.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 7 69 132 0.95 0.48 0 0.48 210.24 0.9 0.27
Hex 7 45 84 5F 30 0 30 D2 5A 1B
Octal 7 105 204 137 60 0 60 322 132 33
Binary 111 1000101 10000100 1011111 110000 0 110000 11010010 1011010 11011

Color Harmonies of #074584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074584

Black with #074584

Text Example


Text Example

White with #074584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074584; }

 p { color: rgb(7,69,132); }

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

background-color css

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

 a { background-color: rgb(7,69,132); }

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

border-color css

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

 span { border-color: rgb(7,69,132); }

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