Html Css Color HEX #00698D Cerulean

📋 copy color: '#00698D'

red 0 ◦ green 105 ◦ blue 141

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

Shades of Cerulean #00698D

Tints of Cerulean #00698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 0%
G = 42.68%
B = 57.32%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00698D (or 0x00698D) is known color: Cerulean. HEX triplet: 00, 69 and 8D. RGB value is (0,105,141). Sum of RGB (Red+Green+Blue) = 0+105+141=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #00698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00698D is #FF9672. Grayscale: #4D4D4D. Windows color (decimal): -16750195 or 9267456. OLE color: 9267456.

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

Color convert

RGB 0 105 141 -
CMYK 1 0.26 0 0.45
HSL 195.32º 1% 0.28% -
HSV(B) 195.32º 1% 0.55% -
XYZ 9.86 12.03 27 -
YUV 77.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 0 105 141 1 0.26 0 0.45 195.32 1 0.28
Hex 0 69 8D 64 1A 0 2D C3 64 1C
Octal 0 151 215 144 32 0 55 303 144 34
Binary 0 1101001 10001101 1100100 11010 0 101101 11000011 1100100 11100

Color Harmonies of #00698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00698D

Black with #00698D

Text Example


Text Example

White with #00698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00698D; }

 p { color: rgb(0,105,141); }

 H1.HeaderClassName
 {
   color: #00698D;
 }
 .AnyTagClassName
 {
   color: #00698D;
 }
</style>

background-color css

<style>
 a { background-color: #00698D; }

 a { background-color: rgb(0,105,141); }

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

border-color css

<style>
 span { border-color: #00698D; }

 span { border-color: rgb(0,105,141); }

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