Html Css Color HEX #0D307D Sapphire

📋 copy color: '#0D307D'

red 13 ◦ green 48 ◦ blue 125

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

Shades of Sapphire #0D307D

Tints of Sapphire #0D307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 125 (49.22% from 255) = 67.2%

R = 6.99%
G = 25.81%
B = 67.2%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D307D (or 0x0D307D) is known color: Sapphire. HEX triplet: 0D, 30 and 7D. RGB value is (13,48,125). Sum of RGB (Red+Green+Blue) = 13+48+125=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D307D is #F2CF82. Grayscale: #2D2D2D. Windows color (decimal): -15912835 or 8204301. OLE color: 8204301.

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

Color convert

RGB 13 48 125 -
CMYK 0.90 0.62 0 0.51
HSL 221.25º 0.81% 0.27% -
HSV(B) 221.25º 0.9% 0.49% -
XYZ 4.92 3.68 19.85 -
YUV 46.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 13 48 125 0.90 0.62 0 0.51 221.25 0.81 0.27
Hex D 30 7D 5A 3E 0 33 DD 51 1B
Octal 15 60 175 132 76 0 63 335 121 33
Binary 1101 110000 1111101 1011010 111110 0 110011 11011101 1010001 11011

Color Harmonies of #0D307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D307D

Black with #0D307D

Text Example


Text Example

White with #0D307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,48,125); }

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

background-color css

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

 a { background-color: rgb(13,48,125); }

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

border-color css

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

 span { border-color: rgb(13,48,125); }

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