Html Css Color HEX #01223D Tangaroa

📋 copy color: '#01223D'

red 1 ◦ green 34 ◦ blue 61

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

Shades of Tangaroa #01223D

Tints of Tangaroa #01223D

RGB

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

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

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

R = 1.04%
G = 35.42%
B = 63.54%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01223D (or 0x01223D) is known color: Tangaroa. HEX triplet: 01, 22 and 3D. RGB value is (1,34,61). Sum of RGB (Red+Green+Blue) = 1+34+61=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #01223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01223D is #FEDDC2. Grayscale: #1B1B1B. Windows color (decimal): -16702915 or 4006401. OLE color: 4006401.

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

Color convert

RGB 1 34 61 -
CMYK 0.98 0.44 0 0.76
HSL 207º 0.97% 0.12% -
HSV(B) 207º 0.98% 0.24% -
XYZ 1.43 1.49 4.63 -
YUV 27.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 1 34 61 0.98 0.44 0 0.76 207 0.97 0.12
Hex 1 22 3D 62 2C 0 4C CF 61 C
Octal 1 42 75 142 54 0 114 317 141 14
Binary 1 100010 111101 1100010 101100 0 1001100 11001111 1100001 1100

Color Harmonies of #01223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01223D

Black with #01223D

Text Example


Text Example

White with #01223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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