Html Css Color HEX #065384 Dark Cerulean

📋 copy color: '#065384'

red 6 ◦ green 83 ◦ blue 132

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

Shades of Dark Cerulean #065384

Tints of Dark Cerulean #065384

RGB

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

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

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

R = 2.71%
G = 37.56%
B = 59.73%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#065384 (or 0x065384) is known color: Dark Cerulean. HEX triplet: 06, 53 and 84. RGB value is (6,83,132). Sum of RGB (Red+Green+Blue) = 6+83+132=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #065384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065384 is #F9AC7B. Grayscale: #414141. Windows color (decimal): -16362620 or 8672006. OLE color: 8672006.

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

Color convert

RGB 6 83 132 -
CMYK 0.95 0.37 0 0.48
HSL 203.33º 0.91% 0.27% -
HSV(B) 203.33º 0.95% 0.52% -
XYZ 7.33 7.89 22.97 -
YUV 65.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 6 83 132 0.95 0.37 0 0.48 203.33 0.91 0.27
Hex 6 53 84 5F 25 0 30 CB 5B 1B
Octal 6 123 204 137 45 0 60 313 133 33
Binary 110 1010011 10000100 1011111 100101 0 110000 11001011 1011011 11011

Color Harmonies of #065384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065384

Black with #065384

Text Example


Text Example

White with #065384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065384; }

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

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

background-color css

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

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

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

border-color css

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

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

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