Html Css Color HEX #0F434F Sherpa Blue

📋 copy color: '#0F434F'

red 15 ◦ green 67 ◦ blue 79

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

Shades of Sherpa Blue #0F434F

Tints of Sherpa Blue #0F434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

 BLUE value IS 79 (31.25% from 255) = 49.07%

R = 9.32%
G = 41.61%
B = 49.07%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F434F (or 0x0F434F) is known color: Sherpa Blue. HEX triplet: 0F, 43 and 4F. RGB value is (15,67,79). Sum of RGB (Red+Green+Blue) = 15+67+79=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F434F is #F0BCB0. Grayscale: #343434. Windows color (decimal): -15776945 or 5194511. OLE color: 5194511.

HSL color Cylindrical-coordinate representation of color #0F434F: hue angle of 191.25º 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 #0F434F is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 67 79 -
CMYK 0.81 0.15 0 0.69
HSL 191.25º 0.68% 0.18% -
HSV(B) 191.25º 0.81% 0.31% -
XYZ 3.62 4.68 8.11 -
YUV 52.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 15 67 79 0.81 0.15 0 0.69 191.25 0.68 0.18
Hex F 43 4F 51 F 0 45 BF 44 12
Octal 17 103 117 121 17 0 105 277 104 22
Binary 1111 1000011 1001111 1010001 1111 0 1000101 10111111 1000100 10010

Color Harmonies of #0F434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F434F

Black with #0F434F

Text Example


Text Example

White with #0F434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,67,79); }

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

background-color css

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

 a { background-color: rgb(15,67,79); }

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

border-color css

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

 span { border-color: rgb(15,67,79); }

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