Html Css Color HEX #00286D Sapphire

📋 copy color: '#00286D'

red 0 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #00286D

Tints of Sapphire #00286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

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

R = 0%
G = 26.85%
B = 73.15%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00286D (or 0x00286D) is known color: Sapphire. HEX triplet: 00, 28 and 6D. RGB value is (0,40,109). Sum of RGB (Red+Green+Blue) = 0+40+109=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #00286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00286D is #FFD792. Grayscale: #232323. Windows color (decimal): -16766867 or 7153664. OLE color: 7153664.

HSL color Cylindrical-coordinate representation of color #00286D: hue angle of 217.98º 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 #00286D is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 40 109 -
CMYK 1 0.63 0 0.57
HSL 217.98º 1% 0.21% -
HSV(B) 217.98º 1% 0.43% -
XYZ 3.52 2.62 14.79 -
YUV 35.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 0 40 109 1 0.63 0 0.57 217.98 1 0.21
Hex 0 28 6D 64 3F 0 39 DA 64 15
Octal 0 50 155 144 77 0 71 332 144 25
Binary 0 101000 1101101 1100100 111111 0 111001 11011010 1100100 10101

Color Harmonies of #00286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00286D

Black with #00286D

Text Example


Text Example

White with #00286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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