Html Css Color HEX #065584 Dark Cerulean

📋 copy color: '#065584'

red 6 ◦ green 85 ◦ blue 132

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

Shades of Dark Cerulean #065584

Tints of Dark Cerulean #065584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 2.69%
G = 38.12%
B = 59.19%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#065584 (or 0x065584) is known color: Dark Cerulean. HEX triplet: 06, 55 and 84. RGB value is (6,85,132). Sum of RGB (Red+Green+Blue) = 6+85+132=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #065584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065584 is #F9AA7B. Grayscale: #424242. Windows color (decimal): -16362108 or 8672518. OLE color: 8672518.

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

Color convert

RGB 6 85 132 -
CMYK 0.95 0.36 0 0.48
HSL 202.38º 0.91% 0.27% -
HSV(B) 202.38º 0.95% 0.52% -
XYZ 7.49 8.2 23.02 -
YUV 66.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 6 85 132 0.95 0.36 0 0.48 202.38 0.91 0.27
Hex 6 55 84 5F 24 0 30 CA 5B 1B
Octal 6 125 204 137 44 0 60 312 133 33
Binary 110 1010101 10000100 1011111 100100 0 110000 11001010 1011011 11011

Color Harmonies of #065584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065584

Black with #065584

Text Example


Text Example

White with #065584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065584; }

 p { color: rgb(6,85,132); }

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

background-color css

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

 a { background-color: rgb(6,85,132); }

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

border-color css

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

 span { border-color: rgb(6,85,132); }

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