Html Css Color HEX #0D307F Sapphire

📋 copy color: '#0D307F'

red 13 ◦ green 48 ◦ blue 127

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

Shades of Sapphire #0D307F

Tints of Sapphire #0D307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 67.55%

R = 6.91%
G = 25.53%
B = 67.55%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0D307F (or 0x0D307F) is known color: Sapphire. HEX triplet: 0D, 30 and 7F. RGB value is (13,48,127). Sum of RGB (Red+Green+Blue) = 13+48+127=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D307F is #F2CF80. Grayscale: #2E2E2E. Windows color (decimal): -15912833 or 8335373. OLE color: 8335373.

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

Color convert

RGB 13 48 127 -
CMYK 0.90 0.62 0 0.50
HSL 221.58º 0.81% 0.27% -
HSV(B) 221.58º 0.9% 0.5% -
XYZ 5.05 3.73 20.53 -
YUV 46.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 13 48 127 0.90 0.62 0 0.50 221.58 0.81 0.27
Hex D 30 7F 5A 3E 0 32 DE 51 1B
Octal 15 60 177 132 76 0 62 336 121 33
Binary 1101 110000 1111111 1011010 111110 0 110010 11011110 1010001 11011

Color Harmonies of #0D307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D307F

Black with #0D307F

Text Example


Text Example

White with #0D307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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