Html Css Color HEX #01253E Tangaroa

📋 copy color: '#01253E'

red 1 ◦ green 37 ◦ blue 62

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

Shades of Tangaroa #01253E

Tints of Tangaroa #01253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 62%

R = 1%
G = 37%
B = 62%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01253E (or 0x01253E) is known color: Tangaroa. HEX triplet: 01, 25 and 3E. RGB value is (1,37,62). Sum of RGB (Red+Green+Blue) = 1+37+62=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 62 (24.61% from 255 or 62% from 100); Max value from RGB is 62 - color contains mainly: blue. Hex color #01253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01253E is #FEDAC1. Grayscale: #1C1C1C. Windows color (decimal): -16702146 or 4072705. OLE color: 4072705.

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

Color convert

RGB 1 37 62 -
CMYK 0.98 0.40 0 0.76
HSL 204.59º 0.97% 0.12% -
HSV(B) 204.59º 0.98% 0.24% -
XYZ 1.54 1.68 4.8 -
YUV 29.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 1 37 62 0.98 0.40 0 0.76 204.59 0.97 0.12
Hex 1 25 3E 62 28 0 4C CD 61 C
Octal 1 45 76 142 50 0 114 315 141 14
Binary 1 100101 111110 1100010 101000 0 1001100 11001101 1100001 1100

Color Harmonies of #01253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01253E

Black with #01253E

Text Example


Text Example

White with #01253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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