Html Css Color HEX #023043 Blue Whale

📋 copy color: '#023043'

red 2 ◦ green 48 ◦ blue 67

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

Shades of Blue Whale #023043

Tints of Blue Whale #023043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 67 (26.56% from 255) = 57.26%

R = 1.71%
G = 41.03%
B = 57.26%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#023043 (or 0x023043) is known color: Blue Whale. HEX triplet: 02, 30 and 43. RGB value is (2,48,67). Sum of RGB (Red+Green+Blue) = 2+48+67=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #023043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023043 is #FDCFBC. Grayscale: #242424. Windows color (decimal): -16633789 or 4403202. OLE color: 4403202.

HSL color Cylindrical-coordinate representation of color #023043: hue angle of 197.54º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023043 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 48 67 -
CMYK 0.97 0.28 0 0.74
HSL 197.54º 0.94% 0.14% -
HSV(B) 197.54º 0.97% 0.26% -
XYZ 2.1 2.53 5.69 -
YUV 36.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 2 48 67 0.97 0.28 0 0.74 197.54 0.94 0.14
Hex 2 30 43 61 1C 0 4A C6 5E E
Octal 2 60 103 141 34 0 112 306 136 16
Binary 10 110000 1000011 1100001 11100 0 1001010 11000110 1011110 1110

Color Harmonies of #023043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023043

Black with #023043

Text Example


Text Example

White with #023043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023043; }

 p { color: rgb(2,48,67); }

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

background-color css

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

 a { background-color: rgb(2,48,67); }

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

border-color css

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

 span { border-color: rgb(2,48,67); }

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