Html Css Color HEX #01304A Blue Whale

📋 copy color: '#01304A'

red 1 ◦ green 48 ◦ blue 74

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

Shades of Blue Whale #01304A

Tints of Blue Whale #01304A

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

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

 BLUE value IS 74 (29.3% from 255) = 60.16%

R = 0.81%
G = 39.02%
B = 60.16%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01304A (or 0x01304A) is known color: Blue Whale. HEX triplet: 01, 30 and 4A. RGB value is (1,48,74). Sum of RGB (Red+Green+Blue) = 1+48+74=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #01304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01304A is #FECFB5. Grayscale: #242424. Windows color (decimal): -16699318 or 4861953. OLE color: 4861953.

HSL color Cylindrical-coordinate representation of color #01304A: hue angle of 201.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01304A is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 48 74 -
CMYK 0.99 0.35 0 0.71
HSL 201.37º 0.97% 0.15% -
HSV(B) 201.37º 0.99% 0.29% -
XYZ 2.31 2.61 6.86 -
YUV 36.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 1 48 74 0.99 0.35 0 0.71 201.37 0.97 0.15
Hex 1 30 4A 63 23 0 47 C9 61 F
Octal 1 60 112 143 43 0 107 311 141 17
Binary 1 110000 1001010 1100011 100011 0 1000111 11001001 1100001 1111

Color Harmonies of #01304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01304A

Black with #01304A

Text Example


Text Example

White with #01304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,48,74); }

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

background-color css

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

 a { background-color: rgb(1,48,74); }

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

border-color css

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

 span { border-color: rgb(1,48,74); }

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