Html Css Color HEX #01658C Blue Lagoon

📋 copy color: '#01658C'

red 1 ◦ green 101 ◦ blue 140

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

Shades of Blue Lagoon #01658C

Tints of Blue Lagoon #01658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 0.41%
G = 41.74%
B = 57.85%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01658C (or 0x01658C) is known color: Blue Lagoon. HEX triplet: 01, 65 and 8C. RGB value is (1,101,140). Sum of RGB (Red+Green+Blue) = 1+101+140=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #01658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01658C is #FE9A73. Grayscale: #4B4B4B. Windows color (decimal): -16685684 or 9200897. OLE color: 9200897.

HSL color Cylindrical-coordinate representation of color #01658C: hue angle of 196.83º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01658C is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 101 140 -
CMYK 0.99 0.28 0 0.45
HSL 196.83º 0.99% 0.28% -
HSV(B) 196.83º 0.99% 0.55% -
XYZ 9.4 11.21 26.48 -
YUV 75.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 1 101 140 0.99 0.28 0 0.45 196.83 0.99 0.28
Hex 1 65 8C 63 1C 0 2D C5 63 1C
Octal 1 145 214 143 34 0 55 305 143 34
Binary 1 1100101 10001100 1100011 11100 0 101101 11000101 1100011 11100

Color Harmonies of #01658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01658C

Black with #01658C

Text Example


Text Example

White with #01658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01658C; }

 p { color: rgb(1,101,140); }

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

background-color css

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

 a { background-color: rgb(1,101,140); }

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

border-color css

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

 span { border-color: rgb(1,101,140); }

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