Html Css Color HEX #074087 Dark Cerulean

📋 copy color: '#074087'

red 7 ◦ green 64 ◦ blue 135

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

Shades of Dark Cerulean #074087

Tints of Dark Cerulean #074087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

 BLUE value IS 135 (53.13% from 255) = 65.53%

R = 3.4%
G = 31.07%
B = 65.53%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074087 (or 0x074087) is known color: Dark Cerulean. HEX triplet: 07, 40 and 87. RGB value is (7,64,135). Sum of RGB (Red+Green+Blue) = 7+64+135=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #074087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074087 is #F8BF78. Grayscale: #363636. Windows color (decimal): -16301945 or 8863751. OLE color: 8863751.

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

Color convert

RGB 7 64 135 -
CMYK 0.95 0.53 0 0.47
HSL 213.28º 0.9% 0.28% -
HSV(B) 213.28º 0.95% 0.53% -
XYZ 6.29 5.46 23.64 -
YUV 55.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 7 64 135 0.95 0.53 0 0.47 213.28 0.9 0.28
Hex 7 40 87 5F 35 0 2F D5 5A 1C
Octal 7 100 207 137 65 0 57 325 132 34
Binary 111 1000000 10000111 1011111 110101 0 101111 11010101 1011010 11100

Color Harmonies of #074087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074087

Black with #074087

Text Example


Text Example

White with #074087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074087; }

 p { color: rgb(7,64,135); }

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

background-color css

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

 a { background-color: rgb(7,64,135); }

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

border-color css

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

 span { border-color: rgb(7,64,135); }

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