Html Css Color HEX #074673 Dark Cerulean

📋 copy color: '#074673'

red 7 ◦ green 70 ◦ blue 115

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

Shades of Dark Cerulean #074673

Tints of Dark Cerulean #074673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 3.65%
G = 36.46%
B = 59.9%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074673 (or 0x074673) is known color: Dark Cerulean. HEX triplet: 07, 46 and 73. RGB value is (7,70,115). Sum of RGB (Red+Green+Blue) = 7+70+115=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #074673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074673 is #F8B98C. Grayscale: #383838. Windows color (decimal): -16300429 or 7554567. OLE color: 7554567.

HSL color Cylindrical-coordinate representation of color #074673: hue angle of 205º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074673 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 70 115 -
CMYK 0.94 0.39 0 0.55
HSL 205º 0.89% 0.24% -
HSV(B) 205º 0.94% 0.45% -
XYZ 5.37 5.66 17.03 -
YUV 56.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 7 70 115 0.94 0.39 0 0.55 205 0.89 0.24
Hex 7 46 73 5E 27 0 37 CD 59 18
Octal 7 106 163 136 47 0 67 315 131 30
Binary 111 1000110 1110011 1011110 100111 0 110111 11001101 1011001 11000

Color Harmonies of #074673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074673

Black with #074673

Text Example


Text Example

White with #074673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074673; }

 p { color: rgb(7,70,115); }

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

background-color css

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

 a { background-color: rgb(7,70,115); }

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

border-color css

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

 span { border-color: rgb(7,70,115); }

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