Html Css Color HEX #0D3E4B Sherpa Blue

📋 copy color: '#0D3E4B'

red 13 ◦ green 62 ◦ blue 75

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

Shades of Sherpa Blue #0D3E4B

Tints of Sherpa Blue #0D3E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.33%

 BLUE value IS 75 (29.69% from 255) = 50%

R = 8.67%
G = 41.33%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D3E4B (or 0x0D3E4B) is known color: Sherpa Blue. HEX triplet: 0D, 3E and 4B. RGB value is (13,62,75). Sum of RGB (Red+Green+Blue) = 13+62+75=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D3E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E4B is #F2C1B4. Grayscale: #303030. Windows color (decimal): -15909301 or 4931085. OLE color: 4931085.

HSL color Cylindrical-coordinate representation of color #0D3E4B: hue angle of 192.58º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D3E4B is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 62 75 -
CMYK 0.83 0.17 0 0.71
HSL 192.58º 0.7% 0.17% -
HSV(B) 192.58º 0.83% 0.29% -
XYZ 3.16 4.04 7.27 -
YUV 48.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 13 62 75 0.83 0.17 0 0.71 192.58 0.7 0.17
Hex D 3E 4B 53 11 0 47 C1 46 11
Octal 15 76 113 123 21 0 107 301 106 21
Binary 1101 111110 1001011 1010011 10001 0 1000111 11000001 1000110 10001

Color Harmonies of #0D3E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3E4B

Black with #0D3E4B

Text Example


Text Example

White with #0D3E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,62,75); }

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

background-color css

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

 a { background-color: rgb(13,62,75); }

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

border-color css

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

 span { border-color: rgb(13,62,75); }

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