Html Css Color HEX #093148 Blue Whale

📋 copy color: '#093148'

red 9 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #093148

Tints of Blue Whale #093148

RGB

 RED value IS 9 (3.91% from 255) = 6.92%

 GREEN value IS 49 (19.53% from 255) = 37.69%

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

R = 6.92%
G = 37.69%
B = 55.38%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#093148 (or 0x093148) is known color: Blue Whale. HEX triplet: 09, 31 and 48. RGB value is (9,49,72). Sum of RGB (Red+Green+Blue) = 9+49+72=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #093148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093148 is #F6CEB7. Grayscale: #272727. Windows color (decimal): -16174776 or 4731145. OLE color: 4731145.

HSL color Cylindrical-coordinate representation of color #093148: hue angle of 201.9º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093148 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 49 72 -
CMYK 0.88 0.32 0 0.72
HSL 201.9º 0.78% 0.16% -
HSV(B) 201.9º 0.88% 0.28% -
XYZ 2.38 2.72 6.53 -
YUV 39.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 9 49 72 0.88 0.32 0 0.72 201.9 0.78 0.16
Hex 9 31 48 58 20 0 48 CA 4E 10
Octal 11 61 110 130 40 0 110 312 116 20
Binary 1001 110001 1001000 1011000 100000 0 1001000 11001010 1001110 10000

Color Harmonies of #093148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093148

Black with #093148

Text Example


Text Example

White with #093148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093148; }

 p { color: rgb(9,49,72); }

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

background-color css

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

 a { background-color: rgb(9,49,72); }

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

border-color css

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

 span { border-color: rgb(9,49,72); }

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