Html Css Color HEX #065A85 Dark Cerulean

📋 copy color: '#065A85'

red 6 ◦ green 90 ◦ blue 133

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

Shades of Dark Cerulean #065A85

Tints of Dark Cerulean #065A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

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

R = 2.62%
G = 39.3%
B = 58.08%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#065A85 (or 0x065A85) is known color: Dark Cerulean. HEX triplet: 06, 5A and 85. RGB value is (6,90,133). Sum of RGB (Red+Green+Blue) = 6+90+133=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #065A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A85 is #F9A57A. Grayscale: #454545. Windows color (decimal): -16360827 or 8739334. OLE color: 8739334.

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

Color convert

RGB 6 90 133 -
CMYK 0.95 0.32 0 0.48
HSL 200.32º 0.91% 0.27% -
HSV(B) 200.32º 0.95% 0.52% -
XYZ 7.96 9.04 23.52 -
YUV 69.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 6 90 133 0.95 0.32 0 0.48 200.32 0.91 0.27
Hex 6 5A 85 5F 20 0 30 C8 5B 1B
Octal 6 132 205 137 40 0 60 310 133 33
Binary 110 1011010 10000101 1011111 100000 0 110000 11001000 1011011 11011

Color Harmonies of #065A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A85

Black with #065A85

Text Example


Text Example

White with #065A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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