Html Css Color HEX #0D2783 Sapphire

📋 copy color: '#0D2783'

red 13 ◦ green 39 ◦ blue 131

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

Shades of Sapphire #0D2783

Tints of Sapphire #0D2783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 131 (51.56% from 255) = 71.58%

R = 7.1%
G = 21.31%
B = 71.58%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D2783 (or 0x0D2783) is known color: Sapphire. HEX triplet: 0D, 27 and 83. RGB value is (13,39,131). Sum of RGB (Red+Green+Blue) = 13+39+131=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D2783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2783 is #F2D87C. Grayscale: #292929. Windows color (decimal): -15915133 or 8595213. OLE color: 8595213.

HSL color Cylindrical-coordinate representation of color #0D2783: hue angle of 226.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2783 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 39 131 -
CMYK 0.90 0.70 0 0.49
HSL 226.78º 0.82% 0.28% -
HSV(B) 226.78º 0.9% 0.51% -
XYZ 4.99 3.18 21.82 -
YUV 41.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 13 39 131 0.90 0.70 0 0.49 226.78 0.82 0.28
Hex D 27 83 5A 46 0 31 E3 52 1C
Octal 15 47 203 132 106 0 61 343 122 34
Binary 1101 100111 10000011 1011010 1000110 0 110001 11100011 1010010 11100

Color Harmonies of #0D2783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2783

Black with #0D2783

Text Example


Text Example

White with #0D2783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,39,131); }

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

background-color css

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

 a { background-color: rgb(13,39,131); }

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

border-color css

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

 span { border-color: rgb(13,39,131); }

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