Html Css Color HEX #12303A Blue Whale

📋 copy color: '#12303A'

red 18 ◦ green 48 ◦ blue 58

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

Shades of Blue Whale #12303A

Tints of Blue Whale #12303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.77%

R = 14.52%
G = 38.71%
B = 46.77%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12303A (or 0x12303A) is known color: Blue Whale. HEX triplet: 12, 30 and 3A. RGB value is (18,48,58). Sum of RGB (Red+Green+Blue) = 18+48+58=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #12303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12303A is #EDCFC5. Grayscale: #282828. Windows color (decimal): -15585222 or 3813394. OLE color: 3813394.

HSL color Cylindrical-coordinate representation of color #12303A: hue angle of 195º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12303A is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 48 58 -
CMYK 0.69 0.17 0 0.77
HSL 195º 0.53% 0.15% -
HSV(B) 195º 0.69% 0.23% -
XYZ 2.07 2.55 4.39 -
YUV 40.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 18 48 58 0.69 0.17 0 0.77 195 0.53 0.15
Hex 12 30 3A 45 11 0 4D C3 35 F
Octal 22 60 72 105 21 0 115 303 65 17
Binary 10010 110000 111010 1000101 10001 0 1001101 11000011 110101 1111

Color Harmonies of #12303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12303A

Black with #12303A

Text Example


Text Example

White with #12303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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