Html Css Color HEX #01253F Tangaroa

📋 copy color: '#01253F'

red 1 ◦ green 37 ◦ blue 63

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

Shades of Tangaroa #01253F

Tints of Tangaroa #01253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 62.38%

R = 0.99%
G = 36.63%
B = 62.38%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01253F (or 0x01253F) is known color: Tangaroa. HEX triplet: 01, 25 and 3F. RGB value is (1,37,63). Sum of RGB (Red+Green+Blue) = 1+37+63=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #01253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01253F is #FEDAC0. Grayscale: #1D1D1D. Windows color (decimal): -16702145 or 4138241. OLE color: 4138241.

HSL color Cylindrical-coordinate representation of color #01253F: hue angle of 205.16º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01253F is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 37 63 -
CMYK 0.98 0.41 0 0.75
HSL 205.16º 0.97% 0.13% -
HSV(B) 205.16º 0.98% 0.25% -
XYZ 1.57 1.69 4.95 -
YUV 29.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 1 37 63 0.98 0.41 0 0.75 205.16 0.97 0.13
Hex 1 25 3F 62 29 0 4B CD 61 D
Octal 1 45 77 142 51 0 113 315 141 15
Binary 1 100101 111111 1100010 101001 0 1001011 11001101 1100001 1101

Color Harmonies of #01253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01253F

Black with #01253F

Text Example


Text Example

White with #01253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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