Html Css Color HEX #0D413E Cyprus

📋 copy color: '#0D413E'

red 13 ◦ green 65 ◦ blue 62

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

Shades of Cyprus #0D413E

Tints of Cyprus #0D413E

RGB

 RED value IS 13 (5.47% from 255) = 9.29%

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

 BLUE value IS 62 (24.61% from 255) = 44.29%

R = 9.29%
G = 46.43%
B = 44.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#0D413E (or 0x0D413E) is known color: Cyprus. HEX triplet: 0D, 41 and 3E. RGB value is (13,65,62). Sum of RGB (Red+Green+Blue) = 13+65+62=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #0D413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D413E is #F2BEC1. Grayscale: #313131. Windows color (decimal): -15908546 or 4079885. OLE color: 4079885.

HSL color Cylindrical-coordinate representation of color #0D413E: hue angle of 176.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D413E is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 65 62 -
CMYK 0.80 0 0.05 0.75
HSL 176.54º 0.67% 0.15% -
HSV(B) 176.54º 0.8% 0.25% -
XYZ 2.93 4.21 5.22 -
YUV 49.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 13 65 62 0.80 0 0.05 0.75 176.54 0.67 0.15
Hex D 41 3E 50 0 5 4B B1 43 F
Octal 15 101 76 120 0 5 113 261 103 17
Binary 1101 1000001 111110 1010000 0 101 1001011 10110001 1000011 1111

Color Harmonies of #0D413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D413E

Black with #0D413E

Text Example


Text Example

White with #0D413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,65,62); }

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

background-color css

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

 a { background-color: rgb(13,65,62); }

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

border-color css

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

 span { border-color: rgb(13,65,62); }

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