Html Css Color HEX #0D2639 Tangaroa

📋 copy color: '#0D2639'

red 13 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #0D2639

Tints of Tangaroa #0D2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.19%

 BLUE value IS 57 (22.66% from 255) = 52.78%

R = 12.04%
G = 35.19%
B = 52.78%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D2639 (or 0x0D2639) is known color: Tangaroa. HEX triplet: 0D, 26 and 39. RGB value is (13,38,57). Sum of RGB (Red+Green+Blue) = 13+38+57=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2639 is #F2D9C6. Grayscale: #202020. Windows color (decimal): -15915463 or 3745293. OLE color: 3745293.

HSL color Cylindrical-coordinate representation of color #0D2639: hue angle of 205.91º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2639 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 38 57 -
CMYK 0.77 0.33 0 0.78
HSL 205.91º 0.63% 0.14% -
HSV(B) 205.91º 0.77% 0.22% -
XYZ 1.6 1.77 4.13 -
YUV 32.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 13 38 57 0.77 0.33 0 0.78 205.91 0.63 0.14
Hex D 26 39 4D 21 0 4E CE 3F E
Octal 15 46 71 115 41 0 116 316 77 16
Binary 1101 100110 111001 1001101 100001 0 1001110 11001110 111111 1110

Color Harmonies of #0D2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2639

Black with #0D2639

Text Example


Text Example

White with #0D2639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,38,57); }

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

background-color css

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

 a { background-color: rgb(13,38,57); }

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

border-color css

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

 span { border-color: rgb(13,38,57); }

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