Html Css Color HEX #065074 Dark Cerulean

📋 copy color: '#065074'

red 6 ◦ green 80 ◦ blue 116

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

Shades of Dark Cerulean #065074

Tints of Dark Cerulean #065074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

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

R = 2.97%
G = 39.6%
B = 57.43%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065074 (or 0x065074) is known color: Dark Cerulean. HEX triplet: 06, 50 and 74. RGB value is (6,80,116). Sum of RGB (Red+Green+Blue) = 6+80+116=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #065074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065074 is #F9AF8B. Grayscale: #3D3D3D. Windows color (decimal): -16363404 or 7622662. OLE color: 7622662.

HSL color Cylindrical-coordinate representation of color #065074: hue angle of 199.64º 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 #065074 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 80 116 -
CMYK 0.95 0.31 0 0.55
HSL 199.64º 0.9% 0.24% -
HSV(B) 199.64º 0.95% 0.45% -
XYZ 6.1 7.04 17.56 -
YUV 61.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 6 80 116 0.95 0.31 0 0.55 199.64 0.9 0.24
Hex 6 50 74 5F 1F 0 37 C8 5A 18
Octal 6 120 164 137 37 0 67 310 132 30
Binary 110 1010000 1110100 1011111 11111 0 110111 11001000 1011010 11000

Color Harmonies of #065074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065074

Black with #065074

Text Example


Text Example

White with #065074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065074; }

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

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

background-color css

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

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

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

border-color css

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

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

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