Html Css Color HEX #0D253B Tangaroa

📋 copy color: '#0D253B'

red 13 ◦ green 37 ◦ blue 59

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

Shades of Tangaroa #0D253B

Tints of Tangaroa #0D253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.94%

 BLUE value IS 59 (23.44% from 255) = 54.13%

R = 11.93%
G = 33.94%
B = 54.13%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0D253B (or 0x0D253B) is known color: Tangaroa. HEX triplet: 0D, 25 and 3B. RGB value is (13,37,59). Sum of RGB (Red+Green+Blue) = 13+37+59=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #0D253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D253B is #F2DAC4. Grayscale: #202020. Windows color (decimal): -15915717 or 3876109. OLE color: 3876109.

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

Color convert

RGB 13 37 59 -
CMYK 0.78 0.37 0 0.77
HSL 208.7º 0.64% 0.14% -
HSV(B) 208.7º 0.78% 0.23% -
XYZ 1.62 1.72 4.39 -
YUV 32.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 13 37 59 0.78 0.37 0 0.77 208.7 0.64 0.14
Hex D 25 3B 4E 25 0 4D D1 40 E
Octal 15 45 73 116 45 0 115 321 100 16
Binary 1101 100101 111011 1001110 100101 0 1001101 11010001 1000000 1110

Color Harmonies of #0D253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D253B

Black with #0D253B

Text Example


Text Example

White with #0D253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,37,59); }

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

background-color css

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

 a { background-color: rgb(13,37,59); }

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

border-color css

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

 span { border-color: rgb(13,37,59); }

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