Html Css Color HEX #015467 Blue Lagoon

📋 copy color: '#015467'

red 1 ◦ green 84 ◦ blue 103

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

Shades of Blue Lagoon #015467

Tints of Blue Lagoon #015467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

 BLUE value IS 103 (40.63% from 255) = 54.79%

R = 0.53%
G = 44.68%
B = 54.79%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015467 (or 0x015467) is known color: Blue Lagoon. HEX triplet: 01, 54 and 67. RGB value is (1,84,103). Sum of RGB (Red+Green+Blue) = 1+84+103=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #015467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015467 is #FEAB98. Grayscale: #3D3D3D. Windows color (decimal): -16690073 or 6771713. OLE color: 6771713.

HSL color Cylindrical-coordinate representation of color #015467: hue angle of 191.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015467 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 84 103 -
CMYK 0.99 0.18 0 0.60
HSL 191.18º 0.98% 0.2% -
HSV(B) 191.18º 0.99% 0.4% -
XYZ 5.63 7.33 13.95 -
YUV 61.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 1 84 103 0.99 0.18 0 0.60 191.18 0.98 0.2
Hex 1 54 67 63 12 0 3C BF 62 14
Octal 1 124 147 143 22 0 74 277 142 24
Binary 1 1010100 1100111 1100011 10010 0 111100 10111111 1100010 10100

Color Harmonies of #015467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015467

Black with #015467

Text Example


Text Example

White with #015467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015467; }

 p { color: rgb(1,84,103); }

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

background-color css

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

 a { background-color: rgb(1,84,103); }

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

border-color css

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

 span { border-color: rgb(1,84,103); }

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