Html Css Color HEX #02283B Tangaroa

📋 copy color: '#02283B'

red 2 ◦ green 40 ◦ blue 59

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

Shades of Tangaroa #02283B

Tints of Tangaroa #02283B

RGB

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

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

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

R = 1.98%
G = 39.6%
B = 58.42%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02283B (or 0x02283B) is known color: Tangaroa. HEX triplet: 02, 28 and 3B. RGB value is (2,40,59). Sum of RGB (Red+Green+Blue) = 2+40+59=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #02283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02283B is #FDD7C4. Grayscale: #1E1E1E. Windows color (decimal): -16635845 or 3876866. OLE color: 3876866.

HSL color Cylindrical-coordinate representation of color #02283B: hue angle of 200º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02283B is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 40 59 -
CMYK 0.97 0.32 0 0.77
HSL 200º 0.93% 0.12% -
HSV(B) 200º 0.97% 0.23% -
XYZ 1.57 1.85 4.41 -
YUV 30.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 2 40 59 0.97 0.32 0 0.77 200 0.93 0.12
Hex 2 28 3B 61 20 0 4D C8 5D C
Octal 2 50 73 141 40 0 115 310 135 14
Binary 10 101000 111011 1100001 100000 0 1001101 11001000 1011101 1100

Color Harmonies of #02283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02283B

Black with #02283B

Text Example


Text Example

White with #02283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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