Html Css Color HEX #00668B Blue Lagoon

📋 copy color: '#00668B'

red 0 ◦ green 102 ◦ blue 139

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

Shades of Blue Lagoon #00668B

Tints of Blue Lagoon #00668B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 102 (40.23% from 255) = 42.32%

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 0%
G = 42.32%
B = 57.68%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00668B (or 0x00668B) is known color: Blue Lagoon. HEX triplet: 00, 66 and 8B. RGB value is (0,102,139). Sum of RGB (Red+Green+Blue) = 0+102+139=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #00668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00668B is #FF9974. Grayscale: #4B4B4B. Windows color (decimal): -16750965 or 9135616. OLE color: 9135616.

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

Color convert

RGB 0 102 139 -
CMYK 1 0.27 0 0.45
HSL 195.97º 1% 0.27% -
HSV(B) 195.97º 1% 0.55% -
XYZ 9.41 11.37 26.12 -
YUV 75.72 163.71 73.99 -
System Red Green Blue C M Y K H S L
Decimal 0 102 139 1 0.27 0 0.45 195.97 1 0.27
Hex 0 66 8B 64 1B 0 2D C4 64 1B
Octal 0 146 213 144 33 0 55 304 144 33
Binary 0 1100110 10001011 1100100 11011 0 101101 11000100 1100100 11011

Color Harmonies of #00668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00668B

Black with #00668B

Text Example


Text Example

White with #00668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00668B; }

 p { color: rgb(0,102,139); }

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

background-color css

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

 a { background-color: rgb(0,102,139); }

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

border-color css

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

 span { border-color: rgb(0,102,139); }

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