Html Css Color HEX #065385 Dark Cerulean

📋 copy color: '#065385'

red 6 ◦ green 83 ◦ blue 133

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

Shades of Dark Cerulean #065385

Tints of Dark Cerulean #065385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

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

R = 2.7%
G = 37.39%
B = 59.91%

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

#065385 (or 0x065385) is known color: Dark Cerulean. HEX triplet: 06, 53 and 85. RGB value is (6,83,133). Sum of RGB (Red+Green+Blue) = 6+83+133=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #065385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065385 is #F9AC7A. Grayscale: #414141. Windows color (decimal): -16362619 or 8737542. OLE color: 8737542.

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

Color convert

RGB 6 83 133 -
CMYK 0.95 0.38 0 0.48
HSL 203.62º 0.91% 0.27% -
HSV(B) 203.62º 0.95% 0.52% -
XYZ 7.4 7.92 23.33 -
YUV 65.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 6 83 133 0.95 0.38 0 0.48 203.62 0.91 0.27
Hex 6 53 85 5F 26 0 30 CC 5B 1B
Octal 6 123 205 137 46 0 60 314 133 33
Binary 110 1010011 10000101 1011111 100110 0 110000 11001100 1011011 11011

Color Harmonies of #065385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065385

Black with #065385

Text Example


Text Example

White with #065385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065385; }

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

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

background-color css

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

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

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

border-color css

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

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

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