Html Css Color HEX #0D024C Paua

📋 copy color: '#0D024C'

red 13 ◦ green 2 ◦ blue 76

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

Shades of Paua #0D024C

Tints of Paua #0D024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

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

R = 14.29%
G = 2.2%
B = 83.52%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D024C (or 0x0D024C) is known color: Paua. HEX triplet: 0D, 02 and 4C. RGB value is (13,2,76). Sum of RGB (Red+Green+Blue) = 13+2+76=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D024C is #F2FDB3. Grayscale: #0D0D0D. Windows color (decimal): -15924660 or 4981261. OLE color: 4981261.

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

Color convert

RGB 13 2 76 -
CMYK 0.83 0.97 0 0.70
HSL 248.92º 0.95% 0.15% -
HSV(B) 248.92º 0.97% 0.3% -
XYZ 1.49 0.65 6.88 -
YUV 13.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 13 2 76 0.83 0.97 0 0.70 248.92 0.95 0.15
Hex D 2 4C 53 61 0 46 F9 5F F
Octal 15 2 114 123 141 0 106 371 137 17
Binary 1101 10 1001100 1010011 1100001 0 1000110 11111001 1011111 1111

Color Harmonies of #0D024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D024C

Black with #0D024C

Text Example


Text Example

White with #0D024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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