#002D7B

Color #002D7B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #002D7B

Tints of Sapphire #002D7B

Color information

#002D7B (or 0x002D7B) is unknown color: approx Sapphire. HEX triplet: 00, 2D and 7B. RGB value is (0,45,123). Sum of RGB (Red+Green+Blue) = 0+45+123=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #002D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D7B is #FFD284. Grayscale: #282828. Windows color (decimal): -16765573 or 8072448. OLE color: 8072448.

HSL color Cylindrical-coordinate representation of color #002D7B: hue angle of 218.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D7B is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB045123-
CMYK10.6300.52
HSL218.05º100%24.12%-
HSV(B)218.05º100%48.24%-
XYZ4.513.3119.14-
YUV40.44174.5999.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 123 (48.44% from 255) = 73.21%
R=0%
G=26.79%
B=73.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal04512310.6300.52218.0510024.12
Hex02D7B643F034da6418
Octal0551731447706433214430
Binary010110111110111100100111111011010011011010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D7B; }

 p { color: rgb(0,45,123); }

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

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

 a { background-color: rgb(0,45,123); }

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

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

 span { border-color: rgb(0,45,123); }

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