Html Css Color HEX #12303E Blue Whale

📋 copy color: '#12303E'

red 18 ◦ green 48 ◦ blue 62

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

Shades of Blue Whale #12303E

Tints of Blue Whale #12303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 48.44%

R = 14.06%
G = 37.5%
B = 48.44%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12303E (or 0x12303E) is known color: Blue Whale. HEX triplet: 12, 30 and 3E. RGB value is (18,48,62). Sum of RGB (Red+Green+Blue) = 18+48+62=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #12303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12303E is #EDCFC1. Grayscale: #282828. Windows color (decimal): -15585218 or 4075538. OLE color: 4075538.

HSL color Cylindrical-coordinate representation of color #12303E: hue angle of 199.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12303E is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 48 62 -
CMYK 0.71 0.23 0 0.76
HSL 199.09º 0.55% 0.16% -
HSV(B) 199.09º 0.71% 0.24% -
XYZ 2.18 2.59 4.94 -
YUV 40.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 18 48 62 0.71 0.23 0 0.76 199.09 0.55 0.16
Hex 12 30 3E 47 17 0 4C C7 37 10
Octal 22 60 76 107 27 0 114 307 67 20
Binary 10010 110000 111110 1000111 10111 0 1001100 11000111 110111 10000

Color Harmonies of #12303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12303E

Black with #12303E

Text Example


Text Example

White with #12303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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