Html Css Color HEX #123348 Blue Whale

📋 copy color: '#123348'

red 18 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #123348

Tints of Blue Whale #123348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 12.77%
G = 36.17%
B = 51.06%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123348 (or 0x123348) is known color: Blue Whale. HEX triplet: 12, 33 and 48. RGB value is (18,51,72). Sum of RGB (Red+Green+Blue) = 18+51+72=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #123348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123348 is #EDCCB7. Grayscale: #2B2B2B. Windows color (decimal): -15584440 or 4731666. OLE color: 4731666.

HSL color Cylindrical-coordinate representation of color #123348: hue angle of 203.33º 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 #123348 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 51 72 -
CMYK 0.75 0.29 0 0.72
HSL 203.33º 0.6% 0.18% -
HSV(B) 203.33º 0.75% 0.28% -
XYZ 2.6 2.96 6.57 -
YUV 43.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 18 51 72 0.75 0.29 0 0.72 203.33 0.6 0.18
Hex 12 33 48 4B 1D 0 48 CB 3C 12
Octal 22 63 110 113 35 0 110 313 74 22
Binary 10010 110011 1001000 1001011 11101 0 1001000 11001011 111100 10010

Color Harmonies of #123348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123348

Black with #123348

Text Example


Text Example

White with #123348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123348; }

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

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

background-color css

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

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

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

border-color css

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

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

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