Html Css Color HEX #0B3D4B Sherpa Blue

📋 copy color: '#0B3D4B'

red 11 ◦ green 61 ◦ blue 75

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

Shades of Sherpa Blue #0B3D4B

Tints of Sherpa Blue #0B3D4B

RGB

 RED value IS 11 (4.69% from 255) = 7.48%

 GREEN value IS 61 (24.22% from 255) = 41.5%

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

R = 7.48%
G = 41.5%
B = 51.02%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B3D4B (or 0x0B3D4B) is known color: Sherpa Blue. HEX triplet: 0B, 3D and 4B. RGB value is (11,61,75). Sum of RGB (Red+Green+Blue) = 11+61+75=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B3D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3D4B is #F4C2B4. Grayscale: #2F2F2F. Windows color (decimal): -16040629 or 4930827. OLE color: 4930827.

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

Color convert

RGB 11 61 75 -
CMYK 0.85 0.19 0 0.71
HSL 193.13º 0.74% 0.17% -
HSV(B) 193.13º 0.85% 0.29% -
XYZ 3.08 3.92 7.25 -
YUV 47.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 11 61 75 0.85 0.19 0 0.71 193.13 0.74 0.17
Hex B 3D 4B 55 13 0 47 C1 4A 11
Octal 13 75 113 125 23 0 107 301 112 21
Binary 1011 111101 1001011 1010101 10011 0 1000111 11000001 1001010 10001

Color Harmonies of #0B3D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3D4B

Black with #0B3D4B

Text Example


Text Example

White with #0B3D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,61,75); }

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

background-color css

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

 a { background-color: rgb(11,61,75); }

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

border-color css

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

 span { border-color: rgb(11,61,75); }

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