Html Css Color HEX #0D217B Sapphire

📋 copy color: '#0D217B'

red 13 ◦ green 33 ◦ blue 123

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

Shades of Sapphire #0D217B

Tints of Sapphire #0D217B

RGB

 RED value IS 13 (5.47% from 255) = 7.69%

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

 BLUE value IS 123 (48.44% from 255) = 72.78%

R = 7.69%
G = 19.53%
B = 72.78%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0D217B (or 0x0D217B) is known color: Sapphire. HEX triplet: 0D, 21 and 7B. RGB value is (13,33,123). Sum of RGB (Red+Green+Blue) = 13+33+123=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D217B is #F2DE84. Grayscale: #242424. Windows color (decimal): -15916677 or 8069389. OLE color: 8069389.

HSL color Cylindrical-coordinate representation of color #0D217B: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D217B is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 33 123 -
CMYK 0.89 0.73 0 0.52
HSL 229.09º 0.81% 0.27% -
HSV(B) 229.09º 0.89% 0.48% -
XYZ 4.28 2.6 19.02 -
YUV 37.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 13 33 123 0.89 0.73 0 0.52 229.09 0.81 0.27
Hex D 21 7B 59 49 0 34 E5 51 1B
Octal 15 41 173 131 111 0 64 345 121 33
Binary 1101 100001 1111011 1011001 1001001 0 110100 11100101 1010001 11011

Color Harmonies of #0D217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D217B

Black with #0D217B

Text Example


Text Example

White with #0D217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D217B; }

 p { color: rgb(13,33,123); }

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

background-color css

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

 a { background-color: rgb(13,33,123); }

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

border-color css

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

 span { border-color: rgb(13,33,123); }

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