Html Css Color HEX #063A87 Dark Cerulean

📋 copy color: '#063A87'

red 6 ◦ green 58 ◦ blue 135

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

Shades of Dark Cerulean #063A87

Tints of Dark Cerulean #063A87

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.15%

 BLUE value IS 135 (53.13% from 255) = 67.84%

R = 3.02%
G = 29.15%
B = 67.84%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063A87 (or 0x063A87) is known color: Dark Cerulean. HEX triplet: 06, 3A and 87. RGB value is (6,58,135). Sum of RGB (Red+Green+Blue) = 6+58+135=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #063A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A87 is #F9C578. Grayscale: #323232. Windows color (decimal): -16369017 or 8862214. OLE color: 8862214.

HSL color Cylindrical-coordinate representation of color #063A87: hue angle of 215.81º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063A87 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 58 135 -
CMYK 0.96 0.57 0 0.47
HSL 215.81º 0.91% 0.28% -
HSV(B) 215.81º 0.96% 0.53% -
XYZ 5.96 4.81 23.54 -
YUV 51.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 6 58 135 0.96 0.57 0 0.47 215.81 0.91 0.28
Hex 6 3A 87 60 39 0 2F D8 5B 1C
Octal 6 72 207 140 71 0 57 330 133 34
Binary 110 111010 10000111 1100000 111001 0 101111 11011000 1011011 11100

Color Harmonies of #063A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A87

Black with #063A87

Text Example


Text Example

White with #063A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063A87; }

 p { color: rgb(6,58,135); }

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

background-color css

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

 a { background-color: rgb(6,58,135); }

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

border-color css

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

 span { border-color: rgb(6,58,135); }

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