Html Css Color HEX #0D464E Sherpa Blue

📋 copy color: '#0D464E'

red 13 ◦ green 70 ◦ blue 78

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

Shades of Sherpa Blue #0D464E

Tints of Sherpa Blue #0D464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 78 (30.86% from 255) = 48.45%

R = 8.07%
G = 43.48%
B = 48.45%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D464E (or 0x0D464E) is known color: Sherpa Blue. HEX triplet: 0D, 46 and 4E. RGB value is (13,70,78). Sum of RGB (Red+Green+Blue) = 13+70+78=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D464E is #F2B9B1. Grayscale: #353535. Windows color (decimal): -15907250 or 5129741. OLE color: 5129741.

HSL color Cylindrical-coordinate representation of color #0D464E: hue angle of 187.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D464E is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 70 78 -
CMYK 0.83 0.10 0 0.69
HSL 187.38º 0.71% 0.18% -
HSV(B) 187.38º 0.83% 0.31% -
XYZ 3.73 5.02 7.98 -
YUV 53.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 13 70 78 0.83 0.10 0 0.69 187.38 0.71 0.18
Hex D 46 4E 53 A 0 45 BB 47 12
Octal 15 106 116 123 12 0 105 273 107 22
Binary 1101 1000110 1001110 1010011 1010 0 1000101 10111011 1000111 10010

Color Harmonies of #0D464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D464E

Black with #0D464E

Text Example


Text Example

White with #0D464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,78); }

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

background-color css

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

 a { background-color: rgb(13,70,78); }

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

border-color css

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

 span { border-color: rgb(13,70,78); }

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