Html Css Color HEX #0E253C Tangaroa

📋 copy color: '#0E253C'

red 14 ◦ green 37 ◦ blue 60

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

Shades of Tangaroa #0E253C

Tints of Tangaroa #0E253C

RGB

 RED value IS 14 (5.86% from 255) = 12.61%

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

 BLUE value IS 60 (23.83% from 255) = 54.05%

R = 12.61%
G = 33.33%
B = 54.05%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E253C (or 0x0E253C) is known color: Tangaroa. HEX triplet: 0E, 25 and 3C. RGB value is (14,37,60). Sum of RGB (Red+Green+Blue) = 14+37+60=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E253C is #F1DAC3. Grayscale: #202020. Windows color (decimal): -15850180 or 3941646. OLE color: 3941646.

HSL color Cylindrical-coordinate representation of color #0E253C: hue angle of 210º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E253C is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 37 60 -
CMYK 0.77 0.38 0 0.76
HSL 210º 0.62% 0.15% -
HSV(B) 210º 0.77% 0.24% -
XYZ 1.66 1.74 4.52 -
YUV 32.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 14 37 60 0.77 0.38 0 0.76 210 0.62 0.15
Hex E 25 3C 4D 26 0 4C D2 3E F
Octal 16 45 74 115 46 0 114 322 76 17
Binary 1110 100101 111100 1001101 100110 0 1001100 11010010 111110 1111

Color Harmonies of #0E253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E253C

Black with #0E253C

Text Example


Text Example

White with #0E253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,37,60); }

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

background-color css

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

 a { background-color: rgb(14,37,60); }

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

border-color css

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

 span { border-color: rgb(14,37,60); }

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