Html Css Color HEX #10423F Cyprus

📋 copy color: '#10423F'

red 16 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #10423F

Tints of Cyprus #10423F

RGB

 RED value IS 16 (6.64% from 255) = 11.03%

 GREEN value IS 66 (26.17% from 255) = 45.52%

 BLUE value IS 63 (25% from 255) = 43.45%

R = 11.03%
G = 45.52%
B = 43.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#10423F (or 0x10423F) is known color: Cyprus. HEX triplet: 10, 42 and 3F. RGB value is (16,66,63). Sum of RGB (Red+Green+Blue) = 16+66+63=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #10423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10423F is #EFBDC0. Grayscale: #323232. Windows color (decimal): -15711681 or 4145680. OLE color: 4145680.

HSL color Cylindrical-coordinate representation of color #10423F: hue angle of 176.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10423F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 63 -
CMYK 0.76 0 0.05 0.74
HSL 176.4º 0.61% 0.16% -
HSV(B) 176.4º 0.76% 0.26% -
XYZ 3.06 4.37 5.38 -
YUV 50.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 16 66 63 0.76 0 0.05 0.74 176.4 0.61 0.16
Hex 10 42 3F 4C 0 5 4A B0 3D 10
Octal 20 102 77 114 0 5 112 260 75 20
Binary 10000 1000010 111111 1001100 0 101 1001010 10110000 111101 10000

Color Harmonies of #10423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10423F

Black with #10423F

Text Example


Text Example

White with #10423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10423F; }

 p { color: rgb(16,66,63); }

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

background-color css

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

 a { background-color: rgb(16,66,63); }

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

border-color css

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

 span { border-color: rgb(16,66,63); }

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