Html Css Color HEX #0A413A Cyprus

📋 copy color: '#0A413A'

red 10 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #0A413A

Tints of Cyprus #0A413A

RGB

 RED value IS 10 (4.3% from 255) = 7.52%

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

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 7.52%
G = 48.87%
B = 43.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#0A413A (or 0x0A413A) is known color: Cyprus. HEX triplet: 0A, 41 and 3A. RGB value is (10,65,58). Sum of RGB (Red+Green+Blue) = 10+65+58=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413A is #F5BEC5. Grayscale: #2F2F2F. Windows color (decimal): -16105158 or 3817738. OLE color: 3817738.

HSL color Cylindrical-coordinate representation of color #0A413A: hue angle of 172.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A413A is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 65 58 -
CMYK 0.85 0 0.11 0.75
HSL 172.36º 0.73% 0.15% -
HSV(B) 172.36º 0.85% 0.25% -
XYZ 2.78 4.15 4.66 -
YUV 47.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 10 65 58 0.85 0 0.11 0.75 172.36 0.73 0.15
Hex A 41 3A 55 0 B 4B AC 49 F
Octal 12 101 72 125 0 13 113 254 111 17
Binary 1010 1000001 111010 1010101 0 1011 1001011 10101100 1001001 1111

Color Harmonies of #0A413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A413A

Black with #0A413A

Text Example


Text Example

White with #0A413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,58); }

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

background-color css

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

 a { background-color: rgb(10,65,58); }

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

border-color css

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

 span { border-color: rgb(10,65,58); }

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