Html Css Color HEX #064085 Dark Cerulean

📋 copy color: '#064085'

red 6 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #064085

Tints of Dark Cerulean #064085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 2.96%
G = 31.53%
B = 65.52%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#064085 (or 0x064085) is known color: Dark Cerulean. HEX triplet: 06, 40 and 85. RGB value is (6,64,133). Sum of RGB (Red+Green+Blue) = 6+64+133=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #064085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064085 is #F9BF7A. Grayscale: #363636. Windows color (decimal): -16367483 or 8732678. OLE color: 8732678.

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

Color convert

RGB 6 64 133 -
CMYK 0.95 0.52 0 0.48
HSL 212.6º 0.91% 0.27% -
HSV(B) 212.6º 0.95% 0.52% -
XYZ 6.14 5.4 22.91 -
YUV 54.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 6 64 133 0.95 0.52 0 0.48 212.6 0.91 0.27
Hex 6 40 85 5F 34 0 30 D5 5B 1B
Octal 6 100 205 137 64 0 60 325 133 33
Binary 110 1000000 10000101 1011111 110100 0 110000 11010101 1011011 11011

Color Harmonies of #064085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064085

Black with #064085

Text Example


Text Example

White with #064085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064085; }

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

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

background-color css

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

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

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

border-color css

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

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

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