Html Css Color HEX #023148 Blue Whale

📋 copy color: '#023148'

red 2 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #023148

Tints of Blue Whale #023148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 1.63%
G = 39.84%
B = 58.54%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#023148 (or 0x023148) is known color: Blue Whale. HEX triplet: 02, 31 and 48. RGB value is (2,49,72). Sum of RGB (Red+Green+Blue) = 2+49+72=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #023148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023148 is #FDCEB7. Grayscale: #252525. Windows color (decimal): -16633528 or 4731138. OLE color: 4731138.

HSL color Cylindrical-coordinate representation of color #023148: hue angle of 199.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023148 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 49 72 -
CMYK 0.97 0.32 0 0.72
HSL 199.71º 0.95% 0.15% -
HSV(B) 199.71º 0.97% 0.28% -
XYZ 2.29 2.68 6.53 -
YUV 37.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 2 49 72 0.97 0.32 0 0.72 199.71 0.95 0.15
Hex 2 31 48 61 20 0 48 C8 5F F
Octal 2 61 110 141 40 0 110 310 137 17
Binary 10 110001 1001000 1100001 100000 0 1001000 11001000 1011111 1111

Color Harmonies of #023148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023148

Black with #023148

Text Example


Text Example

White with #023148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023148; }

 p { color: rgb(2,49,72); }

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

background-color css

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

 a { background-color: rgb(2,49,72); }

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

border-color css

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

 span { border-color: rgb(2,49,72); }

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