Html Css Color HEX #065174 Dark Cerulean

📋 copy color: '#065174'

red 6 ◦ green 81 ◦ blue 116

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

Shades of Dark Cerulean #065174

Tints of Dark Cerulean #065174

RGB

 RED value IS 6 (2.73% from 255) = 2.96%

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 2.96%
G = 39.9%
B = 57.14%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065174 (or 0x065174) is known color: Dark Cerulean. HEX triplet: 06, 51 and 74. RGB value is (6,81,116). Sum of RGB (Red+Green+Blue) = 6+81+116=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #065174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065174 is #F9AE8B. Grayscale: #3E3E3E. Windows color (decimal): -16363148 or 7622918. OLE color: 7622918.

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

Color convert

RGB 6 81 116 -
CMYK 0.95 0.30 0 0.55
HSL 199.09º 0.9% 0.24% -
HSV(B) 199.09º 0.95% 0.45% -
XYZ 6.17 7.18 17.58 -
YUV 62.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 6 81 116 0.95 0.30 0 0.55 199.09 0.9 0.24
Hex 6 51 74 5F 1E 0 37 C7 5A 18
Octal 6 121 164 137 36 0 67 307 132 30
Binary 110 1010001 1110100 1011111 11110 0 110111 11000111 1011010 11000

Color Harmonies of #065174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065174

Black with #065174

Text Example


Text Example

White with #065174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065174; }

 p { color: rgb(6,81,116); }

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

background-color css

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

 a { background-color: rgb(6,81,116); }

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

border-color css

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

 span { border-color: rgb(6,81,116); }

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