Html Css Color HEX #01699A Cerulean

📋 copy color: '#01699A'

red 1 ◦ green 105 ◦ blue 154

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

Shades of Cerulean #01699A

Tints of Cerulean #01699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

 BLUE value IS 154 (60.55% from 255) = 59.23%

R = 0.38%
G = 40.38%
B = 59.23%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01699A (or 0x01699A) is known color: Cerulean. HEX triplet: 01, 69 and 9A. RGB value is (1,105,154). Sum of RGB (Red+Green+Blue) = 1+105+154=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #01699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01699A is #FE9665. Grayscale: #4F4F4F. Windows color (decimal): -16684646 or 10119425. OLE color: 10119425.

HSL color Cylindrical-coordinate representation of color #01699A: hue angle of 199.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01699A is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 105 154 -
CMYK 0.99 0.32 0 0.40
HSL 199.22º 0.99% 0.3% -
HSV(B) 199.22º 0.99% 0.6% -
XYZ 10.9 12.44 32.4 -
YUV 79.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 1 105 154 0.99 0.32 0 0.40 199.22 0.99 0.3
Hex 1 69 9A 63 20 0 28 C7 63 1E
Octal 1 151 232 143 40 0 50 307 143 36
Binary 1 1101001 10011010 1100011 100000 0 101000 11000111 1100011 11110

Color Harmonies of #01699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01699A

Black with #01699A

Text Example


Text Example

White with #01699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01699A; }

 p { color: rgb(1,105,154); }

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

background-color css

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

 a { background-color: rgb(1,105,154); }

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

border-color css

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

 span { border-color: rgb(1,105,154); }

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