Html Css Color HEX #01223C Tangaroa

📋 copy color: '#01223C'

red 1 ◦ green 34 ◦ blue 60

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

Shades of Tangaroa #01223C

Tints of Tangaroa #01223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 63.16%

R = 1.05%
G = 35.79%
B = 63.16%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01223C (or 0x01223C) is known color: Tangaroa. HEX triplet: 01, 22 and 3C. RGB value is (1,34,60). Sum of RGB (Red+Green+Blue) = 1+34+60=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #01223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01223C is #FEDDC3. Grayscale: #1A1A1A. Windows color (decimal): -16702916 or 3940865. OLE color: 3940865.

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

Color convert

RGB 1 34 60 -
CMYK 0.98 0.43 0 0.76
HSL 206.44º 0.97% 0.12% -
HSV(B) 206.44º 0.98% 0.24% -
XYZ 1.4 1.48 4.49 -
YUV 27.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 1 34 60 0.98 0.43 0 0.76 206.44 0.97 0.12
Hex 1 22 3C 62 2B 0 4C CE 61 C
Octal 1 42 74 142 53 0 114 316 141 14
Binary 1 100010 111100 1100010 101011 0 1001100 11001110 1100001 1100

Color Harmonies of #01223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01223C

Black with #01223C

Text Example


Text Example

White with #01223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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