Html Css Color HEX #065895 Dark Cerulean

📋 copy color: '#065895'

red 6 ◦ green 88 ◦ blue 149

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

Shades of Dark Cerulean #065895

Tints of Dark Cerulean #065895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 2.47%
G = 36.21%
B = 61.32%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#065895 (or 0x065895) is known color: Dark Cerulean. HEX triplet: 06, 58 and 95. RGB value is (6,88,149). Sum of RGB (Red+Green+Blue) = 6+88+149=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #065895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065895 is #F9A76A. Grayscale: #464646. Windows color (decimal): -16361323 or 9787398. OLE color: 9787398.

HSL color Cylindrical-coordinate representation of color #065895: hue angle of 205.59º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065895 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 88 149 -
CMYK 0.96 0.41 0 0.42
HSL 205.59º 0.92% 0.3% -
HSV(B) 205.59º 0.96% 0.58% -
XYZ 8.99 9.19 29.73 -
YUV 70.44 172.33 82.04 -
System Red Green Blue C M Y K H S L
Decimal 6 88 149 0.96 0.41 0 0.42 205.59 0.92 0.3
Hex 6 58 95 60 29 0 2A CE 5C 1E
Octal 6 130 225 140 51 0 52 316 134 36
Binary 110 1011000 10010101 1100000 101001 0 101010 11001110 1011100 11110

Color Harmonies of #065895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065895

Black with #065895

Text Example


Text Example

White with #065895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065895; }

 p { color: rgb(6,88,149); }

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

background-color css

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

 a { background-color: rgb(6,88,149); }

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

border-color css

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

 span { border-color: rgb(6,88,149); }

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