Html Css Color HEX #01253D Tangaroa

📋 copy color: '#01253D'

red 1 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #01253D

Tints of Tangaroa #01253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 61.62%

R = 1.01%
G = 37.37%
B = 61.62%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01253D (or 0x01253D) is known color: Tangaroa. HEX triplet: 01, 25 and 3D. RGB value is (1,37,61). Sum of RGB (Red+Green+Blue) = 1+37+61=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #01253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01253D is #FEDAC2. Grayscale: #1C1C1C. Windows color (decimal): -16702147 or 4007169. OLE color: 4007169.

HSL color Cylindrical-coordinate representation of color #01253D: hue angle of 204º 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 #01253D is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 37 61 -
CMYK 0.98 0.39 0 0.76
HSL 204º 0.97% 0.12% -
HSV(B) 204º 0.98% 0.24% -
XYZ 1.52 1.67 4.66 -
YUV 28.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 1 37 61 0.98 0.39 0 0.76 204 0.97 0.12
Hex 1 25 3D 62 27 0 4C CC 61 C
Octal 1 45 75 142 47 0 114 314 141 14
Binary 1 100101 111101 1100010 100111 0 1001100 11001100 1100001 1100

Color Harmonies of #01253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01253D

Black with #01253D

Text Example


Text Example

White with #01253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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