Html Css Color HEX #063C83 Dark Cerulean

📋 copy color: '#063C83'

red 6 ◦ green 60 ◦ blue 131

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

Shades of Dark Cerulean #063C83

Tints of Dark Cerulean #063C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

 BLUE value IS 131 (51.56% from 255) = 66.5%

R = 3.05%
G = 30.46%
B = 66.5%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063C83 (or 0x063C83) is known color: Dark Cerulean. HEX triplet: 06, 3C and 83. RGB value is (6,60,131). Sum of RGB (Red+Green+Blue) = 6+60+131=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #063C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C83 is #F9C37C. Grayscale: #333333. Windows color (decimal): -16368509 or 8600582. OLE color: 8600582.

HSL color Cylindrical-coordinate representation of color #063C83: hue angle of 214.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C83 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 60 131 -
CMYK 0.95 0.54 0 0.49
HSL 214.08º 0.91% 0.27% -
HSV(B) 214.08º 0.95% 0.51% -
XYZ 5.79 4.91 22.12 -
YUV 51.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 6 60 131 0.95 0.54 0 0.49 214.08 0.91 0.27
Hex 6 3C 83 5F 36 0 31 D6 5B 1B
Octal 6 74 203 137 66 0 61 326 133 33
Binary 110 111100 10000011 1011111 110110 0 110001 11010110 1011011 11011

Color Harmonies of #063C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C83

Black with #063C83

Text Example


Text Example

White with #063C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,131); }

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

background-color css

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

 a { background-color: rgb(6,60,131); }

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

border-color css

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

 span { border-color: rgb(6,60,131); }

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