Html Css Color HEX #0D214D Sapphire

📋 copy color: '#0D214D'

red 13 ◦ green 33 ◦ blue 77

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

Shades of Sapphire #0D214D

Tints of Sapphire #0D214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 10.57%
G = 26.83%
B = 62.6%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D214D (or 0x0D214D) is known color: Sapphire. HEX triplet: 0D, 21 and 4D. RGB value is (13,33,77). Sum of RGB (Red+Green+Blue) = 13+33+77=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D214D is #F2DEB2. Grayscale: #1F1F1F. Windows color (decimal): -15916723 or 5054733. OLE color: 5054733.

HSL color Cylindrical-coordinate representation of color #0D214D: hue angle of 221.25º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D214D is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 33 77 -
CMYK 0.83 0.57 0 0.70
HSL 221.25º 0.71% 0.18% -
HSV(B) 221.25º 0.83% 0.3% -
XYZ 2.05 1.71 7.24 -
YUV 32.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 13 33 77 0.83 0.57 0 0.70 221.25 0.71 0.18
Hex D 21 4D 53 39 0 46 DD 47 12
Octal 15 41 115 123 71 0 106 335 107 22
Binary 1101 100001 1001101 1010011 111001 0 1000110 11011101 1000111 10010

Color Harmonies of #0D214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D214D

Black with #0D214D

Text Example


Text Example

White with #0D214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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