Html Css Color HEX #123248 Blue Whale

📋 copy color: '#123248'

red 18 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #123248

Tints of Blue Whale #123248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

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

R = 12.86%
G = 35.71%
B = 51.43%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123248 (or 0x123248) is known color: Blue Whale. HEX triplet: 12, 32 and 48. RGB value is (18,50,72). Sum of RGB (Red+Green+Blue) = 18+50+72=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #123248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123248 is #EDCDB7. Grayscale: #2A2A2A. Windows color (decimal): -15584696 or 4731410. OLE color: 4731410.

HSL color Cylindrical-coordinate representation of color #123248: hue angle of 204.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123248 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 50 72 -
CMYK 0.75 0.31 0 0.72
HSL 204.44º 0.6% 0.18% -
HSV(B) 204.44º 0.75% 0.28% -
XYZ 2.56 2.88 6.55 -
YUV 42.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 18 50 72 0.75 0.31 0 0.72 204.44 0.6 0.18
Hex 12 32 48 4B 1F 0 48 CC 3C 12
Octal 22 62 110 113 37 0 110 314 74 22
Binary 10010 110010 1001000 1001011 11111 0 1001000 11001100 111100 10010

Color Harmonies of #123248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123248

Black with #123248

Text Example


Text Example

White with #123248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123248; }

 p { color: rgb(18,50,72); }

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

background-color css

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

 a { background-color: rgb(18,50,72); }

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

border-color css

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

 span { border-color: rgb(18,50,72); }

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