Html Css Color HEX #065D8D Dark Cerulean

📋 copy color: '#065D8D'

red 6 ◦ green 93 ◦ blue 141

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

Shades of Dark Cerulean #065D8D

Tints of Dark Cerulean #065D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 2.5%
G = 38.75%
B = 58.75%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#065D8D (or 0x065D8D) is known color: Dark Cerulean. HEX triplet: 06, 5D and 8D. RGB value is (6,93,141). Sum of RGB (Red+Green+Blue) = 6+93+141=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #065D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D8D is #F9A272. Grayscale: #484848. Windows color (decimal): -16360051 or 9264390. OLE color: 9264390.

HSL color Cylindrical-coordinate representation of color #065D8D: hue angle of 201.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065D8D is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 93 141 -
CMYK 0.96 0.34 0 0.45
HSL 201.33º 0.92% 0.29% -
HSV(B) 201.33º 0.96% 0.55% -
XYZ 8.8 9.79 26.63 -
YUV 72.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 6 93 141 0.96 0.34 0 0.45 201.33 0.92 0.29
Hex 6 5D 8D 60 22 0 2D C9 5C 1D
Octal 6 135 215 140 42 0 55 311 134 35
Binary 110 1011101 10001101 1100000 100010 0 101101 11001001 1011100 11101

Color Harmonies of #065D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D8D

Black with #065D8D

Text Example


Text Example

White with #065D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,93,141); }

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

background-color css

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

 a { background-color: rgb(6,93,141); }

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

border-color css

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

 span { border-color: rgb(6,93,141); }

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