Html Css Color HEX #0D1952 Sapphire

📋 copy color: '#0D1952'

red 13 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #0D1952

Tints of Sapphire #0D1952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.83%

 BLUE value IS 82 (32.42% from 255) = 68.33%

R = 10.83%
G = 20.83%
B = 68.33%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D1952 (or 0x0D1952) is known color: Sapphire. HEX triplet: 0D, 19 and 52. RGB value is (13,25,82). Sum of RGB (Red+Green+Blue) = 13+25+82=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D1952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1952 is #F2E6AD. Grayscale: #1B1B1B. Windows color (decimal): -15918766 or 5380365. OLE color: 5380365.

HSL color Cylindrical-coordinate representation of color #0D1952: hue angle of 229.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1952 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 25 82 -
CMYK 0.84 0.70 0 0.68
HSL 229.57º 0.73% 0.19% -
HSV(B) 229.57º 0.84% 0.32% -
XYZ 2.04 1.39 8.14 -
YUV 27.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 13 25 82 0.84 0.70 0 0.68 229.57 0.73 0.19
Hex D 19 52 54 46 0 44 E6 49 13
Octal 15 31 122 124 106 0 104 346 111 23
Binary 1101 11001 1010010 1010100 1000110 0 1000100 11100110 1001001 10011

Color Harmonies of #0D1952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1952

Black with #0D1952

Text Example


Text Example

White with #0D1952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,25,82); }

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

background-color css

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

 a { background-color: rgb(13,25,82); }

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

border-color css

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

 span { border-color: rgb(13,25,82); }

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