#002A7B

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

Shades of Sapphire #002A7B

Tints of Sapphire #002A7B

Color information

#002A7B (or 0x002A7B) is unknown color: approx Sapphire. HEX triplet: 00, 2A and 7B. RGB value is (0,42,123). Sum of RGB (Red+Green+Blue) = 0+42+123=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #002A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A7B is #FFD584. Grayscale: #262626. Windows color (decimal): -16766341 or 8071680. OLE color: 8071680.

HSL color Cylindrical-coordinate representation of color #002A7B: hue angle of 219.51º 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 #002A7B is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB042123-
CMYK10.6600.52
HSL219.51º100%24.12%-
HSV(B)219.51º100%48.24%-
XYZ4.43.0919.1-
YUV38.68175.59100.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=0%
G=25.45%
B=74.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal04212310.6600.52219.5110024.12
Hex02A7B6442034dc6418
Octal05217314410206433414430
Binary0101010111101111001001000010011010011011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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