Html Css Color HEX #074675 Dark Cerulean

📋 copy color: '#074675'

red 7 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #074675

Tints of Dark Cerulean #074675

RGB

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

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

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

R = 3.61%
G = 36.08%
B = 60.31%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074675 (or 0x074675) is known color: Dark Cerulean. HEX triplet: 07, 46 and 75. RGB value is (7,70,117). Sum of RGB (Red+Green+Blue) = 7+70+117=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #074675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074675 is #F8B98A. Grayscale: #383838. Windows color (decimal): -16300427 or 7685639. OLE color: 7685639.

HSL color Cylindrical-coordinate representation of color #074675: hue angle of 205.64º 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 #074675 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 70 117 -
CMYK 0.94 0.40 0 0.54
HSL 205.64º 0.89% 0.24% -
HSV(B) 205.64º 0.94% 0.46% -
XYZ 5.49 5.71 17.64 -
YUV 56.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 7 70 117 0.94 0.40 0 0.54 205.64 0.89 0.24
Hex 7 46 75 5E 28 0 36 CE 59 18
Octal 7 106 165 136 50 0 66 316 131 30
Binary 111 1000110 1110101 1011110 101000 0 110110 11001110 1011001 11000

Color Harmonies of #074675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074675

Black with #074675

Text Example


Text Example

White with #074675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074675; }

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

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

background-color css

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

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

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

border-color css

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

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

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