Html Css Color HEX #065085 Dark Cerulean

📋 copy color: '#065085'

red 6 ◦ green 80 ◦ blue 133

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

Shades of Dark Cerulean #065085

Tints of Dark Cerulean #065085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 2.74%
G = 36.53%
B = 60.73%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#065085 (or 0x065085) is known color: Dark Cerulean. HEX triplet: 06, 50 and 85. RGB value is (6,80,133). Sum of RGB (Red+Green+Blue) = 6+80+133=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #065085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065085 is #F9AF7A. Grayscale: #3F3F3F. Windows color (decimal): -16363387 or 8736774. OLE color: 8736774.

HSL color Cylindrical-coordinate representation of color #065085: hue angle of 205.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065085 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 80 133 -
CMYK 0.95 0.40 0 0.48
HSL 205.04º 0.91% 0.27% -
HSV(B) 205.04º 0.95% 0.52% -
XYZ 7.18 7.47 23.25 -
YUV 63.92 166.98 86.69 -
System Red Green Blue C M Y K H S L
Decimal 6 80 133 0.95 0.40 0 0.48 205.04 0.91 0.27
Hex 6 50 85 5F 28 0 30 CD 5B 1B
Octal 6 120 205 137 50 0 60 315 133 33
Binary 110 1010000 10000101 1011111 101000 0 110000 11001101 1011011 11011

Color Harmonies of #065085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065085

Black with #065085

Text Example


Text Example

White with #065085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065085; }

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

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

background-color css

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

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

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

border-color css

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

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

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