#002B74

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

Shades of Sapphire #002B74

Tints of Sapphire #002B74

Color information

#002B74 (or 0x002B74) is unknown color: approx Sapphire. HEX triplet: 00, 2B and 74. RGB value is (0,43,116). Sum of RGB (Red+Green+Blue) = 0+43+116=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #002B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B74 is #FFD48B. Grayscale: #262626. Windows color (decimal): -16766092 or 7613184. OLE color: 7613184.

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

Color convert

RGB043116-
CMYK10.6300.55
HSL217.76º100%22.75%-
HSV(B)217.76º100%45.49%-
XYZ4.022.9916.89-
YUV38.47171.75100.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 116 (45.70% from 255) = 72.96%
R=0%
G=27.04%
B=72.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal04311610.6300.55217.7610022.75
Hex02B74643F037da6417
Octal0531641447706733214427
Binary010101111101001100100111111011011111011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,43,116); }

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

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

 a { background-color: rgb(0,43,116); }

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

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

 span { border-color: rgb(0,43,116); }

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