#0063A3

Color #0063A3 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0063A3

Tints of Cerulean #0063A3

Color information

#0063A3 (or 0x0063A3) is unknown color: approx Cerulean. HEX triplet: 00, 63 and A3. RGB value is (0,99,163). Sum of RGB (Red+Green+Blue) = 0+99+163=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #0063A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0063A3 is #FF9C5C. Grayscale: #4C4C4C. Windows color (decimal): -16751709 or 10707712. OLE color: 10707712.

HSL color Cylindrical-coordinate representation of color #0063A3: hue angle of 203.56º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063A3 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB099163-
CMYK10.3900.36
HSL203.56º100%31.96%-
HSV(B)203.56º100%63.92%-
XYZ11.0711.5736.3-
YUV76.69176.773.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 163 (64.06% from 255) = 62.21%
R=0%
G=37.79%
B=62.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal09916310.3900.36203.5610031.96
Hex063A36427024cc6420
Octal01432431444704431414440
Binary011000111010001111001001001110100100110011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0063A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0063A3; }

 p { color: rgb(0,99,163); }

 H1.HeaderClassName
 {
   color: #0063A3;
 }
 .AnyTagClassName
 {
   color: #0063A3;
 }
</style>
background-color css

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

 a { background-color: rgb(0,99,163); }

 div.DivClassName
 {
   background-color: #0063A3;
 }
 .BgClassName
 {
   background-color: #0063A3;
 }
</style>
border-color css

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

 span { border-color: rgb(0,99,163); }

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