Html Css Color HEX #0F413C Cyprus

📋 copy color: '#0F413C'

red 15 ◦ green 65 ◦ blue 60

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

Shades of Cyprus #0F413C

Tints of Cyprus #0F413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.86%

R = 10.71%
G = 46.43%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#0F413C (or 0x0F413C) is known color: Cyprus. HEX triplet: 0F, 41 and 3C. RGB value is (15,65,60). Sum of RGB (Red+Green+Blue) = 15+65+60=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413C is #F0BEC3. Grayscale: #313131. Windows color (decimal): -15777476 or 3948815. OLE color: 3948815.

HSL color Cylindrical-coordinate representation of color #0F413C: hue angle of 174º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F413C is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 60 -
CMYK 0.77 0 0.08 0.75
HSL 174º 0.63% 0.16% -
HSV(B) 174º 0.77% 0.25% -
XYZ 2.9 4.21 4.93 -
YUV 49.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 15 65 60 0.77 0 0.08 0.75 174 0.63 0.16
Hex F 41 3C 4D 0 8 4B AE 3E 10
Octal 17 101 74 115 0 10 113 256 76 20
Binary 1111 1000001 111100 1001101 0 1000 1001011 10101110 111110 10000

Color Harmonies of #0F413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F413C

Black with #0F413C

Text Example


Text Example

White with #0F413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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