Html Css Color HEX #01253A Tangaroa

📋 copy color: '#01253A'

red 1 ◦ green 37 ◦ blue 58

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

Shades of Tangaroa #01253A

Tints of Tangaroa #01253A

RGB

 RED value IS 1 (0.78% from 255) = 1.04%

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 1.04%
G = 38.54%
B = 60.42%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01253A (or 0x01253A) is known color: Tangaroa. HEX triplet: 01, 25 and 3A. RGB value is (1,37,58). Sum of RGB (Red+Green+Blue) = 1+37+58=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #01253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01253A is #FEDAC5. Grayscale: #1C1C1C. Windows color (decimal): -16702150 or 3810561. OLE color: 3810561.

HSL color Cylindrical-coordinate representation of color #01253A: hue angle of 202.11º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01253A is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 37 58 -
CMYK 0.98 0.36 0 0.77
HSL 202.11º 0.97% 0.12% -
HSV(B) 202.11º 0.98% 0.23% -
XYZ 1.44 1.64 4.24 -
YUV 28.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 1 37 58 0.98 0.36 0 0.77 202.11 0.97 0.12
Hex 1 25 3A 62 24 0 4D CA 61 C
Octal 1 45 72 142 44 0 115 312 141 14
Binary 1 100101 111010 1100010 100100 0 1001101 11001010 1100001 1100

Color Harmonies of #01253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01253A

Black with #01253A

Text Example


Text Example

White with #01253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01253A; }

 p { color: rgb(1,37,58); }

 H1.HeaderClassName
 {
   color: #01253A;
 }
 .AnyTagClassName
 {
   color: #01253A;
 }
</style>

background-color css

<style>
 a { background-color: #01253A; }

 a { background-color: rgb(1,37,58); }

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

border-color css

<style>
 span { border-color: #01253A; }

 span { border-color: rgb(1,37,58); }

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