Html Css Color HEX #00638B Blue Lagoon

📋 copy color: '#00638B'

red 0 ◦ green 99 ◦ blue 139

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

Shades of Blue Lagoon #00638B

Tints of Blue Lagoon #00638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 0%
G = 41.6%
B = 58.4%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00638B (or 0x00638B) is known color: Blue Lagoon. HEX triplet: 00, 63 and 8B. RGB value is (0,99,139). Sum of RGB (Red+Green+Blue) = 0+99+139=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #00638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00638B is #FF9C74. Grayscale: #494949. Windows color (decimal): -16751733 or 9134848. OLE color: 9134848.

HSL color Cylindrical-coordinate representation of color #00638B: hue angle of 197.27º 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 #00638B is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 99 139 -
CMYK 1 0.29 0 0.45
HSL 197.27º 1% 0.27% -
HSV(B) 197.27º 1% 0.55% -
XYZ 9.12 10.79 26.03 -
YUV 73.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 0 99 139 1 0.29 0 0.45 197.27 1 0.27
Hex 0 63 8B 64 1D 0 2D C5 64 1B
Octal 0 143 213 144 35 0 55 305 144 33
Binary 0 1100011 10001011 1100100 11101 0 101101 11000101 1100100 11011

Color Harmonies of #00638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00638B

Black with #00638B

Text Example


Text Example

White with #00638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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