Html Css Color HEX #02283C Tangaroa

📋 copy color: '#02283C'

red 2 ◦ green 40 ◦ blue 60

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

Shades of Tangaroa #02283C

Tints of Tangaroa #02283C

RGB

 RED value IS 2 (1.17% from 255) = 1.96%

 GREEN value IS 40 (16.02% from 255) = 39.22%

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

R = 1.96%
G = 39.22%
B = 58.82%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02283C (or 0x02283C) is known color: Tangaroa. HEX triplet: 02, 28 and 3C. RGB value is (2,40,60). Sum of RGB (Red+Green+Blue) = 2+40+60=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #02283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02283C is #FDD7C3. Grayscale: #1E1E1E. Windows color (decimal): -16635844 or 3942402. OLE color: 3942402.

HSL color Cylindrical-coordinate representation of color #02283C: hue angle of 200.69º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02283C is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 40 60 -
CMYK 0.97 0.33 0 0.76
HSL 200.69º 0.94% 0.12% -
HSV(B) 200.69º 0.97% 0.24% -
XYZ 1.6 1.86 4.55 -
YUV 30.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 2 40 60 0.97 0.33 0 0.76 200.69 0.94 0.12
Hex 2 28 3C 61 21 0 4C C9 5E C
Octal 2 50 74 141 41 0 114 311 136 14
Binary 10 101000 111100 1100001 100001 0 1001100 11001001 1011110 1100

Color Harmonies of #02283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02283C

Black with #02283C

Text Example


Text Example

White with #02283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,40,60); }

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

background-color css

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

 a { background-color: rgb(2,40,60); }

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

border-color css

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

 span { border-color: rgb(2,40,60); }

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