Html Css Color HEX #063685 Dark Cerulean

📋 copy color: '#063685'

red 6 ◦ green 54 ◦ blue 133

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

Shades of Dark Cerulean #063685

Tints of Dark Cerulean #063685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.98%

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

R = 3.11%
G = 27.98%
B = 68.91%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063685 (or 0x063685) is known color: Dark Cerulean. HEX triplet: 06, 36 and 85. RGB value is (6,54,133). Sum of RGB (Red+Green+Blue) = 6+54+133=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #063685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063685 is #F9C97A. Grayscale: #303030. Windows color (decimal): -16370043 or 8730118. OLE color: 8730118.

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

Color convert

RGB 6 54 133 -
CMYK 0.95 0.59 0 0.48
HSL 217.32º 0.91% 0.27% -
HSV(B) 217.32º 0.95% 0.52% -
XYZ 5.63 4.37 22.74 -
YUV 48.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 6 54 133 0.95 0.59 0 0.48 217.32 0.91 0.27
Hex 6 36 85 5F 3B 0 30 D9 5B 1B
Octal 6 66 205 137 73 0 60 331 133 33
Binary 110 110110 10000101 1011111 111011 0 110000 11011001 1011011 11011

Color Harmonies of #063685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063685

Black with #063685

Text Example


Text Example

White with #063685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063685; }

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

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

background-color css

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

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

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

border-color css

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

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

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