Html Css Color HEX #12304D Blue Whale

📋 copy color: '#12304D'

red 18 ◦ green 48 ◦ blue 77

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

Shades of Blue Whale #12304D

Tints of Blue Whale #12304D

RGB

 RED value IS 18 (7.42% from 255) = 12.59%

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

 BLUE value IS 77 (30.47% from 255) = 53.85%

R = 12.59%
G = 33.57%
B = 53.85%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12304D (or 0x12304D) is known color: Blue Whale. HEX triplet: 12, 30 and 4D. RGB value is (18,48,77). Sum of RGB (Red+Green+Blue) = 18+48+77=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #12304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12304D is #EDCFB2. Grayscale: #2A2A2A. Windows color (decimal): -15585203 or 5058578. OLE color: 5058578.

HSL color Cylindrical-coordinate representation of color #12304D: hue angle of 209.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12304D is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 48 77 -
CMYK 0.77 0.38 0 0.70
HSL 209.49º 0.62% 0.19% -
HSV(B) 209.49º 0.77% 0.3% -
XYZ 2.65 2.78 7.42 -
YUV 42.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 18 48 77 0.77 0.38 0 0.70 209.49 0.62 0.19
Hex 12 30 4D 4D 26 0 46 D1 3E 13
Octal 22 60 115 115 46 0 106 321 76 23
Binary 10010 110000 1001101 1001101 100110 0 1000110 11010001 111110 10011

Color Harmonies of #12304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12304D

Black with #12304D

Text Example


Text Example

White with #12304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12304D; }

 p { color: rgb(18,48,77); }

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

background-color css

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

 a { background-color: rgb(18,48,77); }

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

border-color css

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

 span { border-color: rgb(18,48,77); }

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