Html Css Color HEX #065376 Dark Cerulean

📋 copy color: '#065376'

red 6 ◦ green 83 ◦ blue 118

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

Shades of Dark Cerulean #065376

Tints of Dark Cerulean #065376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 2.9%
G = 40.1%
B = 57%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065376 (or 0x065376) is known color: Dark Cerulean. HEX triplet: 06, 53 and 76. RGB value is (6,83,118). Sum of RGB (Red+Green+Blue) = 6+83+118=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #065376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065376 is #F9AC89. Grayscale: #3F3F3F. Windows color (decimal): -16362634 or 7754502. OLE color: 7754502.

HSL color Cylindrical-coordinate representation of color #065376: hue angle of 198.75º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065376 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 83 118 -
CMYK 0.95 0.30 0 0.54
HSL 198.75º 0.9% 0.24% -
HSV(B) 198.75º 0.95% 0.46% -
XYZ 6.44 7.53 18.25 -
YUV 63.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 6 83 118 0.95 0.30 0 0.54 198.75 0.9 0.24
Hex 6 53 76 5F 1E 0 36 C7 5A 18
Octal 6 123 166 137 36 0 66 307 132 30
Binary 110 1010011 1110110 1011111 11110 0 110110 11000111 1011010 11000

Color Harmonies of #065376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065376

Black with #065376

Text Example


Text Example

White with #065376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065376; }

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

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

background-color css

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

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

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

border-color css

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

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

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