Html Css Color HEX #01223B Tangaroa

📋 copy color: '#01223B'

red 1 ◦ green 34 ◦ blue 59

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

Shades of Tangaroa #01223B

Tints of Tangaroa #01223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 36.17%

 BLUE value IS 59 (23.44% from 255) = 62.77%

R = 1.06%
G = 36.17%
B = 62.77%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01223B (or 0x01223B) is known color: Tangaroa. HEX triplet: 01, 22 and 3B. RGB value is (1,34,59). Sum of RGB (Red+Green+Blue) = 1+34+59=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #01223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01223B is #FEDDC4. Grayscale: #1A1A1A. Windows color (decimal): -16702917 or 3875329. OLE color: 3875329.

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

Color convert

RGB 1 34 59 -
CMYK 0.98 0.42 0 0.77
HSL 205.86º 0.97% 0.12% -
HSV(B) 205.86º 0.98% 0.23% -
XYZ 1.37 1.47 4.35 -
YUV 26.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 1 34 59 0.98 0.42 0 0.77 205.86 0.97 0.12
Hex 1 22 3B 62 2A 0 4D CE 61 C
Octal 1 42 73 142 52 0 115 316 141 14
Binary 1 100010 111011 1100010 101010 0 1001101 11001110 1100001 1100

Color Harmonies of #01223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01223B

Black with #01223B

Text Example


Text Example

White with #01223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01223B; }

 p { color: rgb(1,34,59); }

 H1.HeaderClassName
 {
   color: #01223B;
 }
 .AnyTagClassName
 {
   color: #01223B;
 }
</style>

background-color css

<style>
 a { background-color: #01223B; }

 a { background-color: rgb(1,34,59); }

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

border-color css

<style>
 span { border-color: #01223B; }

 span { border-color: rgb(1,34,59); }

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