Html Css Color HEX #0D214C Sapphire

📋 copy color: '#0D214C'

red 13 ◦ green 33 ◦ blue 76

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

Shades of Sapphire #0D214C

Tints of Sapphire #0D214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 62.3%

R = 10.66%
G = 27.05%
B = 62.3%

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

#0D214C (or 0x0D214C) is known color: Sapphire. HEX triplet: 0D, 21 and 4C. RGB value is (13,33,76). Sum of RGB (Red+Green+Blue) = 13+33+76=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D214C is #F2DEB3. Grayscale: #1F1F1F. Windows color (decimal): -15916724 or 4989197. OLE color: 4989197.

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

Color convert

RGB 13 33 76 -
CMYK 0.83 0.57 0 0.70
HSL 220.95º 0.71% 0.17% -
HSV(B) 220.95º 0.83% 0.3% -
XYZ 2.01 1.7 7.06 -
YUV 31.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 13 33 76 0.83 0.57 0 0.70 220.95 0.71 0.17
Hex D 21 4C 53 39 0 46 DD 47 11
Octal 15 41 114 123 71 0 106 335 107 21
Binary 1101 100001 1001100 1010011 111001 0 1000110 11011101 1000111 10001

Color Harmonies of #0D214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D214C

Black with #0D214C

Text Example


Text Example

White with #0D214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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