Html Css Color HEX #002151 Sapphire

📋 copy color: '#002151'

red 0 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #002151

Tints of Sapphire #002151

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 33 (13.28% from 255) = 28.95%

 BLUE value IS 81 (32.03% from 255) = 71.05%

R = 0%
G = 28.95%
B = 71.05%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002151 (or 0x002151) is known color: Sapphire. HEX triplet: 00, 21 and 51. RGB value is (0,33,81). Sum of RGB (Red+Green+Blue) = 0+33+81=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #002151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002151 is #FFDEAE. Grayscale: #1C1C1C. Windows color (decimal): -16768687 or 5316864. OLE color: 5316864.

HSL color Cylindrical-coordinate representation of color #002151: hue angle of 215.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002151 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 33 81 -
CMYK 1 0.59 0 0.68
HSL 215.56º 1% 0.16% -
HSV(B) 215.56º 1% 0.32% -
XYZ 2.03 1.68 8 -
YUV 28.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 0 33 81 1 0.59 0 0.68 215.56 1 0.16
Hex 0 21 51 64 3B 0 44 D8 64 10
Octal 0 41 121 144 73 0 104 330 144 20
Binary 0 100001 1010001 1100100 111011 0 1000100 11011000 1100100 10000

Color Harmonies of #002151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002151

Black with #002151

Text Example


Text Example

White with #002151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002151; }

 p { color: rgb(0,33,81); }

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

background-color css

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

 a { background-color: rgb(0,33,81); }

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

border-color css

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

 span { border-color: rgb(0,33,81); }

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