Html Css Color HEX #074144 Cyprus

📋 copy color: '#074144'

red 7 ◦ green 65 ◦ blue 68

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

Shades of Cyprus #074144

Tints of Cyprus #074144

RGB

 RED value IS 7 (3.13% from 255) = 5%

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

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 5%
G = 46.43%
B = 48.57%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#074144 (or 0x074144) is known color: Cyprus. HEX triplet: 07, 41 and 44. RGB value is (7,65,68). Sum of RGB (Red+Green+Blue) = 7+65+68=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #074144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074144 is #F8BEBB. Grayscale: #2F2F2F. Windows color (decimal): -16301756 or 4473095. OLE color: 4473095.

HSL color Cylindrical-coordinate representation of color #074144: hue angle of 182.95º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074144 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 65 68 -
CMYK 0.90 0.04 0 0.73
HSL 182.95º 0.81% 0.15% -
HSV(B) 182.95º 0.9% 0.27% -
XYZ 3.02 4.24 6.13 -
YUV 48 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 7 65 68 0.90 0.04 0 0.73 182.95 0.81 0.15
Hex 7 41 44 5A 4 0 49 B7 51 F
Octal 7 101 104 132 4 0 111 267 121 17
Binary 111 1000001 1000100 1011010 100 0 1001001 10110111 1010001 1111

Color Harmonies of #074144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074144

Black with #074144

Text Example


Text Example

White with #074144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074144; }

 p { color: rgb(7,65,68); }

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

background-color css

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

 a { background-color: rgb(7,65,68); }

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

border-color css

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

 span { border-color: rgb(7,65,68); }

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