Html Css Color HEX #05233A Tangaroa

📋 copy color: '#05233A'

red 5 ◦ green 35 ◦ blue 58

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

Shades of Tangaroa #05233A

Tints of Tangaroa #05233A

RGB

 RED value IS 5 (2.34% from 255) = 5.1%

 GREEN value IS 35 (14.06% from 255) = 35.71%

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

R = 5.1%
G = 35.71%
B = 59.18%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05233A (or 0x05233A) is known color: Tangaroa. HEX triplet: 05, 23 and 3A. RGB value is (5,35,58). Sum of RGB (Red+Green+Blue) = 5+35+58=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #05233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05233A is #FADCC5. Grayscale: #1C1C1C. Windows color (decimal): -16440518 or 3810053. OLE color: 3810053.

HSL color Cylindrical-coordinate representation of color #05233A: hue angle of 206.04º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05233A is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 35 58 -
CMYK 0.91 0.40 0 0.77
HSL 206.04º 0.84% 0.12% -
HSV(B) 206.04º 0.91% 0.23% -
XYZ 1.43 1.54 4.22 -
YUV 28.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 5 35 58 0.91 0.40 0 0.77 206.04 0.84 0.12
Hex 5 23 3A 5B 28 0 4D CE 54 C
Octal 5 43 72 133 50 0 115 316 124 14
Binary 101 100011 111010 1011011 101000 0 1001101 11001110 1010100 1100

Color Harmonies of #05233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05233A

Black with #05233A

Text Example


Text Example

White with #05233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,35,58); }

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

background-color css

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

 a { background-color: rgb(5,35,58); }

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

border-color css

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

 span { border-color: rgb(5,35,58); }

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