Html Css Color HEX #0D287B Sapphire

📋 copy color: '#0D287B'

red 13 ◦ green 40 ◦ blue 123

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

Shades of Sapphire #0D287B

Tints of Sapphire #0D287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 7.39%
G = 22.73%
B = 69.89%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0D287B (or 0x0D287B) is known color: Sapphire. HEX triplet: 0D, 28 and 7B. RGB value is (13,40,123). Sum of RGB (Red+Green+Blue) = 13+40+123=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D287B is #F2D784. Grayscale: #292929. Windows color (decimal): -15914885 or 8071181. OLE color: 8071181.

HSL color Cylindrical-coordinate representation of color #0D287B: hue angle of 225.27º 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 #0D287B is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 40 123 -
CMYK 0.89 0.67 0 0.52
HSL 225.27º 0.81% 0.27% -
HSV(B) 225.27º 0.89% 0.48% -
XYZ 4.5 3.03 19.09 -
YUV 41.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 13 40 123 0.89 0.67 0 0.52 225.27 0.81 0.27
Hex D 28 7B 59 43 0 34 E1 51 1B
Octal 15 50 173 131 103 0 64 341 121 33
Binary 1101 101000 1111011 1011001 1000011 0 110100 11100001 1010001 11011

Color Harmonies of #0D287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D287B

Black with #0D287B

Text Example


Text Example

White with #0D287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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