Html Css Color HEX #00215C Sapphire

📋 copy color: '#00215C'

red 0 ◦ green 33 ◦ blue 92

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

Shades of Sapphire #00215C

Tints of Sapphire #00215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 73.6%

R = 0%
G = 26.4%
B = 73.6%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00215C (or 0x00215C) is known color: Sapphire. HEX triplet: 00, 21 and 5C. RGB value is (0,33,92). Sum of RGB (Red+Green+Blue) = 0+33+92=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #00215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00215C is #FFDEA3. Grayscale: #1D1D1D. Windows color (decimal): -16768676 or 6037760. OLE color: 6037760.

HSL color Cylindrical-coordinate representation of color #00215C: hue angle of 218.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00215C is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 33 92 -
CMYK 1 0.64 0 0.64
HSL 218.48º 1% 0.18% -
HSV(B) 218.48º 1% 0.36% -
XYZ 2.48 1.86 10.35 -
YUV 29.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 0 33 92 1 0.64 0 0.64 218.48 1 0.18
Hex 0 21 5C 64 40 0 40 DA 64 12
Octal 0 41 134 144 100 0 100 332 144 22
Binary 0 100001 1011100 1100100 1000000 0 1000000 11011010 1100100 10010

Color Harmonies of #00215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00215C

Black with #00215C

Text Example


Text Example

White with #00215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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