Html Css Color HEX #002556 Sapphire

📋 copy color: '#002556'

red 0 ◦ green 37 ◦ blue 86

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

Shades of Sapphire #002556

Tints of Sapphire #002556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 86 (33.98% from 255) = 69.92%

R = 0%
G = 30.08%
B = 69.92%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#002556 (or 0x002556) is known color: Sapphire. HEX triplet: 00, 25 and 56. RGB value is (0,37,86). Sum of RGB (Red+Green+Blue) = 0+37+86=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #002556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002556 is #FFDAA9. Grayscale: #1F1F1F. Windows color (decimal): -16767658 or 5645568. OLE color: 5645568.

HSL color Cylindrical-coordinate representation of color #002556: hue angle of 214.19º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002556 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 37 86 -
CMYK 1 0.57 0 0.66
HSL 214.19º 1% 0.17% -
HSV(B) 214.19º 1% 0.34% -
XYZ 2.34 2 9.07 -
YUV 31.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 0 37 86 1 0.57 0 0.66 214.19 1 0.17
Hex 0 25 56 64 39 0 42 D6 64 11
Octal 0 45 126 144 71 0 102 326 144 21
Binary 0 100101 1010110 1100100 111001 0 1000010 11010110 1100100 10001

Color Harmonies of #002556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002556

Black with #002556

Text Example


Text Example

White with #002556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002556; }

 p { color: rgb(0,37,86); }

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

background-color css

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

 a { background-color: rgb(0,37,86); }

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

border-color css

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

 span { border-color: rgb(0,37,86); }

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