Html Css Color HEX #074875 Dark Cerulean

📋 copy color: '#074875'

red 7 ◦ green 72 ◦ blue 117

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

Shades of Dark Cerulean #074875

Tints of Dark Cerulean #074875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 3.57%
G = 36.73%
B = 59.69%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074875 (or 0x074875) is known color: Dark Cerulean. HEX triplet: 07, 48 and 75. RGB value is (7,72,117). Sum of RGB (Red+Green+Blue) = 7+72+117=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #074875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074875 is #F8B78A. Grayscale: #393939. Windows color (decimal): -16299915 or 7686151. OLE color: 7686151.

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

Color convert

RGB 7 72 117 -
CMYK 0.94 0.38 0 0.54
HSL 204.55º 0.89% 0.24% -
HSV(B) 204.55º 0.94% 0.46% -
XYZ 5.62 5.96 17.68 -
YUV 57.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 7 72 117 0.94 0.38 0 0.54 204.55 0.89 0.24
Hex 7 48 75 5E 26 0 36 CD 59 18
Octal 7 110 165 136 46 0 66 315 131 30
Binary 111 1001000 1110101 1011110 100110 0 110110 11001101 1011001 11000

Color Harmonies of #074875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074875

Black with #074875

Text Example


Text Example

White with #074875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074875; }

 p { color: rgb(7,72,117); }

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

background-color css

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

 a { background-color: rgb(7,72,117); }

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

border-color css

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

 span { border-color: rgb(7,72,117); }

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