Html Css Color HEX #0D2443 Tangaroa

📋 copy color: '#0D2443'

red 13 ◦ green 36 ◦ blue 67

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

Shades of Tangaroa #0D2443

Tints of Tangaroa #0D2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

 BLUE value IS 67 (26.56% from 255) = 57.76%

R = 11.21%
G = 31.03%
B = 57.76%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0D2443 (or 0x0D2443) is known color: Tangaroa. HEX triplet: 0D, 24 and 43. RGB value is (13,36,67). Sum of RGB (Red+Green+Blue) = 13+36+67=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D2443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2443 is #F2DBBC. Grayscale: #202020. Windows color (decimal): -15915965 or 4400141. OLE color: 4400141.

HSL color Cylindrical-coordinate representation of color #0D2443: hue angle of 214.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2443 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 36 67 -
CMYK 0.81 0.46 0 0.74
HSL 214.44º 0.68% 0.16% -
HSV(B) 214.44º 0.81% 0.26% -
XYZ 1.81 1.75 5.55 -
YUV 32.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 13 36 67 0.81 0.46 0 0.74 214.44 0.68 0.16
Hex D 24 43 51 2E 0 4A D6 44 10
Octal 15 44 103 121 56 0 112 326 104 20
Binary 1101 100100 1000011 1010001 101110 0 1001010 11010110 1000100 10000

Color Harmonies of #0D2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2443

Black with #0D2443

Text Example


Text Example

White with #0D2443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,36,67); }

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

background-color css

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

 a { background-color: rgb(13,36,67); }

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

border-color css

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

 span { border-color: rgb(13,36,67); }

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