Html Css Color HEX #0F434D Cyprus

📋 copy color: '#0F434D'

red 15 ◦ green 67 ◦ blue 77

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

Shades of Cyprus #0F434D

Tints of Cyprus #0F434D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 9.43%
G = 42.14%
B = 48.43%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F434D (or 0x0F434D) is known color: Cyprus. HEX triplet: 0F, 43 and 4D. RGB value is (15,67,77). Sum of RGB (Red+Green+Blue) = 15+67+77=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F434D is #F0BCB2. Grayscale: #343434. Windows color (decimal): -15776947 or 5063439. OLE color: 5063439.

HSL color Cylindrical-coordinate representation of color #0F434D: hue angle of 189.68º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F434D is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 67 77 -
CMYK 0.81 0.13 0 0.70
HSL 189.68º 0.67% 0.18% -
HSV(B) 189.68º 0.81% 0.3% -
XYZ 3.54 4.65 7.73 -
YUV 52.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 15 67 77 0.81 0.13 0 0.70 189.68 0.67 0.18
Hex F 43 4D 51 D 0 46 BE 43 12
Octal 17 103 115 121 15 0 106 276 103 22
Binary 1111 1000011 1001101 1010001 1101 0 1000110 10111110 1000011 10010

Color Harmonies of #0F434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F434D

Black with #0F434D

Text Example


Text Example

White with #0F434D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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