Html Css Color HEX #0D0E4C Paua

📋 copy color: '#0D0E4C'

red 13 ◦ green 14 ◦ blue 76

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

Shades of Paua #0D0E4C

Tints of Paua #0D0E4C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.59%

 BLUE value IS 76 (30.08% from 255) = 73.79%

R = 12.62%
G = 13.59%
B = 73.79%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D0E4C (or 0x0D0E4C) is known color: Paua. HEX triplet: 0D, 0E and 4C. RGB value is (13,14,76). Sum of RGB (Red+Green+Blue) = 13+14+76=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D0E4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0E4C is #F2F1B3. Grayscale: #141414. Windows color (decimal): -15921588 or 4984333. OLE color: 4984333.

HSL color Cylindrical-coordinate representation of color #0D0E4C: hue angle of 239.05º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D0E4C is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 14 76 -
CMYK 0.83 0.82 0 0.70
HSL 239.05º 0.71% 0.17% -
HSV(B) 239.05º 0.83% 0.3% -
XYZ 1.63 0.92 6.93 -
YUV 20.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 13 14 76 0.83 0.82 0 0.70 239.05 0.71 0.17
Hex D E 4C 53 52 0 46 EF 47 11
Octal 15 16 114 123 122 0 106 357 107 21
Binary 1101 1110 1001100 1010011 1010010 0 1000110 11101111 1000111 10001

Color Harmonies of #0D0E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E4C

Black with #0D0E4C

Text Example


Text Example

White with #0D0E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,14,76); }

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

background-color css

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

 a { background-color: rgb(13,14,76); }

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

border-color css

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

 span { border-color: rgb(13,14,76); }

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