Html Css Color HEX #00256D Sapphire

📋 copy color: '#00256D'

red 0 ◦ green 37 ◦ blue 109

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

Shades of Sapphire #00256D

Tints of Sapphire #00256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 74.66%

R = 0%
G = 25.34%
B = 74.66%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00256D (or 0x00256D) is known color: Sapphire. HEX triplet: 00, 25 and 6D. RGB value is (0,37,109). Sum of RGB (Red+Green+Blue) = 0+37+109=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #00256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00256D is #FFDA92. Grayscale: #212121. Windows color (decimal): -16767635 or 7152896. OLE color: 7152896.

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

Color convert

RGB 0 37 109 -
CMYK 1 0.66 0 0.57
HSL 219.63º 1% 0.21% -
HSV(B) 219.63º 1% 0.43% -
XYZ 3.42 2.43 14.76 -
YUV 34.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 0 37 109 1 0.66 0 0.57 219.63 1 0.21
Hex 0 25 6D 64 42 0 39 DC 64 15
Octal 0 45 155 144 102 0 71 334 144 25
Binary 0 100101 1101101 1100100 1000010 0 111001 11011100 1100100 10101

Color Harmonies of #00256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00256D

Black with #00256D

Text Example


Text Example

White with #00256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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