Html Css Color HEX #074678 Dark Cerulean

📋 copy color: '#074678'

red 7 ◦ green 70 ◦ blue 120

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

Shades of Dark Cerulean #074678

Tints of Dark Cerulean #074678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60.91%

R = 3.55%
G = 35.53%
B = 60.91%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074678 (or 0x074678) is known color: Dark Cerulean. HEX triplet: 07, 46 and 78. RGB value is (7,70,120). Sum of RGB (Red+Green+Blue) = 7+70+120=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #074678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074678 is #F8B987. Grayscale: #383838. Windows color (decimal): -16300424 or 7882247. OLE color: 7882247.

HSL color Cylindrical-coordinate representation of color #074678: hue angle of 206.55º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074678 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 70 120 -
CMYK 0.94 0.42 0 0.53
HSL 206.55º 0.89% 0.25% -
HSV(B) 206.55º 0.94% 0.47% -
XYZ 5.67 5.78 18.59 -
YUV 56.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 7 70 120 0.94 0.42 0 0.53 206.55 0.89 0.25
Hex 7 46 78 5E 2A 0 35 CF 59 19
Octal 7 106 170 136 52 0 65 317 131 31
Binary 111 1000110 1111000 1011110 101010 0 110101 11001111 1011001 11001

Color Harmonies of #074678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074678

Black with #074678

Text Example


Text Example

White with #074678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074678; }

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

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

background-color css

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

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

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

border-color css

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

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

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