Html Css Color HEX #074287 Dark Cerulean

📋 copy color: '#074287'

red 7 ◦ green 66 ◦ blue 135

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

Shades of Dark Cerulean #074287

Tints of Dark Cerulean #074287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 3.37%
G = 31.73%
B = 64.9%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#074287 (or 0x074287) is known color: Dark Cerulean. HEX triplet: 07, 42 and 87. RGB value is (7,66,135). Sum of RGB (Red+Green+Blue) = 7+66+135=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #074287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074287 is #F8BD78. Grayscale: #373737. Windows color (decimal): -16301433 or 8864263. OLE color: 8864263.

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

Color convert

RGB 7 66 135 -
CMYK 0.95 0.51 0 0.47
HSL 212.34º 0.9% 0.28% -
HSV(B) 212.34º 0.95% 0.53% -
XYZ 6.41 5.69 23.68 -
YUV 56.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 7 66 135 0.95 0.51 0 0.47 212.34 0.9 0.28
Hex 7 42 87 5F 33 0 2F D4 5A 1C
Octal 7 102 207 137 63 0 57 324 132 34
Binary 111 1000010 10000111 1011111 110011 0 101111 11010100 1011010 11100

Color Harmonies of #074287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074287

Black with #074287

Text Example


Text Example

White with #074287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074287; }

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

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

background-color css

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

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

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

border-color css

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

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

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