Html Css Color HEX #12303F Blue Whale

📋 copy color: '#12303F'

red 18 ◦ green 48 ◦ blue 63

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

Shades of Blue Whale #12303F

Tints of Blue Whale #12303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 48.84%

R = 13.95%
G = 37.21%
B = 48.84%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#12303F (or 0x12303F) is known color: Blue Whale. HEX triplet: 12, 30 and 3F. RGB value is (18,48,63). Sum of RGB (Red+Green+Blue) = 18+48+63=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #12303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12303F is #EDCFC0. Grayscale: #282828. Windows color (decimal): -15585217 or 4141074. OLE color: 4141074.

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

Color convert

RGB 18 48 63 -
CMYK 0.71 0.24 0 0.75
HSL 200º 0.56% 0.16% -
HSV(B) 200º 0.71% 0.25% -
XYZ 2.2 2.6 5.09 -
YUV 40.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 18 48 63 0.71 0.24 0 0.75 200 0.56 0.16
Hex 12 30 3F 47 18 0 4B C8 38 10
Octal 22 60 77 107 30 0 113 310 70 20
Binary 10010 110000 111111 1000111 11000 0 1001011 11001000 111000 10000

Color Harmonies of #12303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12303F

Black with #12303F

Text Example


Text Example

White with #12303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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