Html Css Color HEX #0F4348 Cyprus

📋 copy color: '#0F4348'

red 15 ◦ green 67 ◦ blue 72

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

Shades of Cyprus #0F4348

Tints of Cyprus #0F4348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 9.74%
G = 43.51%
B = 46.75%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F4348 (or 0x0F4348) is known color: Cyprus. HEX triplet: 0F, 43 and 48. RGB value is (15,67,72). Sum of RGB (Red+Green+Blue) = 15+67+72=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F4348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4348 is #F0BCB7. Grayscale: #333333. Windows color (decimal): -15776952 or 4735759. OLE color: 4735759.

HSL color Cylindrical-coordinate representation of color #0F4348: hue angle of 185.26º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4348 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 67 72 -
CMYK 0.79 0.07 0 0.72
HSL 185.26º 0.66% 0.17% -
HSV(B) 185.26º 0.79% 0.28% -
XYZ 3.37 4.58 6.84 -
YUV 52.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 15 67 72 0.79 0.07 0 0.72 185.26 0.66 0.17
Hex F 43 48 4F 7 0 48 B9 42 11
Octal 17 103 110 117 7 0 110 271 102 21
Binary 1111 1000011 1001000 1001111 111 0 1001000 10111001 1000010 10001

Color Harmonies of #0F4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4348

Black with #0F4348

Text Example


Text Example

White with #0F4348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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