Html Css Color HEX #00215A Sapphire

📋 copy color: '#00215A'

red 0 ◦ green 33 ◦ blue 90

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

Shades of Sapphire #00215A

Tints of Sapphire #00215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 73.17%

R = 0%
G = 26.83%
B = 73.17%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00215A (or 0x00215A) is known color: Sapphire. HEX triplet: 00, 21 and 5A. RGB value is (0,33,90). Sum of RGB (Red+Green+Blue) = 0+33+90=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #00215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00215A is #FFDEA5. Grayscale: #1D1D1D. Windows color (decimal): -16768678 or 5906688. OLE color: 5906688.

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

Color convert

RGB 0 33 90 -
CMYK 1 0.63 0 0.65
HSL 218º 1% 0.18% -
HSV(B) 218º 1% 0.35% -
XYZ 2.39 1.83 9.9 -
YUV 29.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 0 33 90 1 0.63 0 0.65 218 1 0.18
Hex 0 21 5A 64 3F 0 41 DA 64 12
Octal 0 41 132 144 77 0 101 332 144 22
Binary 0 100001 1011010 1100100 111111 0 1000001 11011010 1100100 10010

Color Harmonies of #00215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00215A

Black with #00215A

Text Example


Text Example

White with #00215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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