Html Css Color HEX #0F414E Sherpa Blue

📋 copy color: '#0F414E'

red 15 ◦ green 65 ◦ blue 78

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

Shades of Sherpa Blue #0F414E

Tints of Sherpa Blue #0F414E

RGB

 RED value IS 15 (6.25% from 255) = 9.49%

 GREEN value IS 65 (25.78% from 255) = 41.14%

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

R = 9.49%
G = 41.14%
B = 49.37%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F414E (or 0x0F414E) is known color: Sherpa Blue. HEX triplet: 0F, 41 and 4E. RGB value is (15,65,78). Sum of RGB (Red+Green+Blue) = 15+65+78=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F414E is #F0BEB1. Grayscale: #333333. Windows color (decimal): -15777458 or 5128463. OLE color: 5128463.

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

Color convert

RGB 15 65 78 -
CMYK 0.81 0.17 0 0.69
HSL 192.38º 0.68% 0.18% -
HSV(B) 192.38º 0.81% 0.31% -
XYZ 3.46 4.43 7.88 -
YUV 51.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 15 65 78 0.81 0.17 0 0.69 192.38 0.68 0.18
Hex F 41 4E 51 11 0 45 C0 44 12
Octal 17 101 116 121 21 0 105 300 104 22
Binary 1111 1000001 1001110 1010001 10001 0 1000101 11000000 1000100 10010

Color Harmonies of #0F414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F414E

Black with #0F414E

Text Example


Text Example

White with #0F414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,78); }

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

background-color css

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

 a { background-color: rgb(15,65,78); }

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

border-color css

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

 span { border-color: rgb(15,65,78); }

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