Html Css Color HEX #065285 Dark Cerulean

📋 copy color: '#065285'

red 6 ◦ green 82 ◦ blue 133

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

Shades of Dark Cerulean #065285

Tints of Dark Cerulean #065285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 2.71%
G = 37.1%
B = 60.18%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#065285 (or 0x065285) is known color: Dark Cerulean. HEX triplet: 06, 52 and 85. RGB value is (6,82,133). Sum of RGB (Red+Green+Blue) = 6+82+133=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #065285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065285 is #F9AD7A. Grayscale: #404040. Windows color (decimal): -16362875 or 8737286. OLE color: 8737286.

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

Color convert

RGB 6 82 133 -
CMYK 0.95 0.38 0 0.48
HSL 204.09º 0.91% 0.27% -
HSV(B) 204.09º 0.95% 0.52% -
XYZ 7.33 7.77 23.3 -
YUV 65.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 6 82 133 0.95 0.38 0 0.48 204.09 0.91 0.27
Hex 6 52 85 5F 26 0 30 CC 5B 1B
Octal 6 122 205 137 46 0 60 314 133 33
Binary 110 1010010 10000101 1011111 100110 0 110000 11001100 1011011 11011

Color Harmonies of #065285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065285

Black with #065285

Text Example


Text Example

White with #065285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065285; }

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

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

background-color css

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

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

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

border-color css

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

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

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