Html Css Color HEX #01193A Tangaroa

📋 copy color: '#01193A'

red 1 ◦ green 25 ◦ blue 58

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

Shades of Tangaroa #01193A

Tints of Tangaroa #01193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.76%

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

R = 1.19%
G = 29.76%
B = 69.05%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01193A (or 0x01193A) is known color: Tangaroa. HEX triplet: 01, 19 and 3A. RGB value is (1,25,58). Sum of RGB (Red+Green+Blue) = 1+25+58=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #01193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01193A is #FEE6C5. Grayscale: #151515. Windows color (decimal): -16705222 or 3807489. OLE color: 3807489.

HSL color Cylindrical-coordinate representation of color #01193A: hue angle of 214.74º 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 #01193A is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 25 58 -
CMYK 0.98 0.57 0 0.77
HSL 214.74º 0.97% 0.12% -
HSV(B) 214.74º 0.98% 0.23% -
XYZ 1.12 1.01 4.14 -
YUV 21.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 1 25 58 0.98 0.57 0 0.77 214.74 0.97 0.12
Hex 1 19 3A 62 39 0 4D D7 61 C
Octal 1 31 72 142 71 0 115 327 141 14
Binary 1 11001 111010 1100010 111001 0 1001101 11010111 1100001 1100

Color Harmonies of #01193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01193A

Black with #01193A

Text Example


Text Example

White with #01193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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