Html Css Color HEX #0F444A Cyprus

📋 copy color: '#0F444A'

red 15 ◦ green 68 ◦ blue 74

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

Shades of Cyprus #0F444A

Tints of Cyprus #0F444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 9.55%
G = 43.31%
B = 47.13%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F444A (or 0x0F444A) is known color: Cyprus. HEX triplet: 0F, 44 and 4A. RGB value is (15,68,74). Sum of RGB (Red+Green+Blue) = 15+68+74=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F444A is #F0BBB5. Grayscale: #343434. Windows color (decimal): -15776694 or 4867087. OLE color: 4867087.

HSL color Cylindrical-coordinate representation of color #0F444A: hue angle of 186.1º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F444A is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 68 74 -
CMYK 0.80 0.08 0 0.71
HSL 186.1º 0.66% 0.17% -
HSV(B) 186.1º 0.8% 0.29% -
XYZ 3.5 4.73 7.21 -
YUV 52.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 15 68 74 0.80 0.08 0 0.71 186.1 0.66 0.17
Hex F 44 4A 50 8 0 47 BA 42 11
Octal 17 104 112 120 10 0 107 272 102 21
Binary 1111 1000100 1001010 1010000 1000 0 1000111 10111010 1000010 10001

Color Harmonies of #0F444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F444A

Black with #0F444A

Text Example


Text Example

White with #0F444A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,74); }

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

background-color css

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

 a { background-color: rgb(15,68,74); }

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

border-color css

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

 span { border-color: rgb(15,68,74); }

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