Html Css Color HEX #0163AB Cerulean

📋 copy color: '#0163AB'

red 1 ◦ green 99 ◦ blue 171

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

Shades of Cerulean #0163AB

Tints of Cerulean #0163AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 0.37%
G = 36.53%
B = 63.1%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0163AB (or 0x0163AB) is known color: Cerulean. HEX triplet: 01, 63 and AB. RGB value is (1,99,171). Sum of RGB (Red+Green+Blue) = 1+99+171=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #0163AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0163AB is #FE9C54. Grayscale: #4D4D4D. Windows color (decimal): -16686165 or 11232001. OLE color: 11232001.

HSL color Cylindrical-coordinate representation of color #0163AB: hue angle of 205.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0163AB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 99 171 -
CMYK 0.99 0.42 0 0.33
HSL 205.41º 0.99% 0.34% -
HSV(B) 205.41º 0.99% 0.67% -
XYZ 11.83 11.87 40.2 -
YUV 77.91 180.53 73.15 -
System Red Green Blue C M Y K H S L
Decimal 1 99 171 0.99 0.42 0 0.33 205.41 0.99 0.34
Hex 1 63 AB 63 2A 0 21 CD 63 22
Octal 1 143 253 143 52 0 41 315 143 42
Binary 1 1100011 10101011 1100011 101010 0 100001 11001101 1100011 100010

Color Harmonies of #0163AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163AB

Black with #0163AB

Text Example


Text Example

White with #0163AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0163AB; }

 p { color: rgb(1,99,171); }

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

background-color css

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

 a { background-color: rgb(1,99,171); }

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

border-color css

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

 span { border-color: rgb(1,99,171); }

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